Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / test / spawned_test_server / local_test_server_posix.cc
index fdcfdab..0edbedf 100644 (file)
@@ -34,7 +34,7 @@ class OrphanedTestServerFilter : public base::ProcessFilter {
       : path_string_(path_string),
         port_string_(port_string) {}
 
-  virtual bool Includes(const base::ProcessEntry& entry) const OVERRIDE {
+  bool Includes(const base::ProcessEntry& entry) const override {
     if (entry.parent_pid() != 1)
       return false;
     bool found_path_string = false;