Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / devtools / xwalk_devtools_browsertest.cc
index ba82550..41ce05e 100644 (file)
@@ -20,7 +20,7 @@ using xwalk::Runtime;
 class XWalkDevToolsTest : public InProcessBrowserTest {
  public:
   XWalkDevToolsTest() {}
-  virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
+  void SetUpCommandLine(CommandLine* command_line) override {
     command_line->AppendSwitchASCII(switches::kRemoteDebuggingPort, "9222");
     GURL url = xwalk_test_utils::GetTestURL(
       base::FilePath(), base::FilePath().AppendASCII("test.html"));