Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / apps / app_browsertest_util.h
index ceef7ed..b9fe3a8 100644 (file)
@@ -26,7 +26,7 @@ class PlatformAppBrowserTest : public ExtensionApiTest {
  public:
   PlatformAppBrowserTest();
 
-  virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
+  void SetUpCommandLine(base::CommandLine* command_line) override;
 
   // Gets the first app window that is found for a given browser.
   static AppWindow* GetFirstAppWindowForBrowser(Browser* browser);
@@ -118,7 +118,7 @@ class PlatformAppBrowserTest : public ExtensionApiTest {
 
 class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest {
  public:
-  virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
+  void SetUpCommandLine(base::CommandLine* command_line) override;
 };
 
 }  // namespace extensions