Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / translate / translate_browsertest.cc
index 9c41ebc..b8cb3d1 100644 (file)
@@ -54,7 +54,7 @@ class TranslateBrowserTest : public InProcessBrowserTest {
                       base::FilePath(kTranslateRoot)),
         infobar_service_(NULL) {}
 
-  virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
+  void SetUpCommandLine(CommandLine* command_line) override {
     ASSERT_TRUE(https_server_.Start());
     // Setup alternate security origin for testing in order to allow XHR against
     // local test server. Note that this flag shows a confirm infobar in tests.