Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / apps / custom_launcher_page_browsertest_views.cc
index ac4c0eb..68d8c19 100644 (file)
@@ -30,7 +30,7 @@ class CustomLauncherPageBrowserTest
  public:
   CustomLauncherPageBrowserTest() {}
 
-  virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
+  void SetUpCommandLine(base::CommandLine* command_line) override {
     PlatformAppBrowserTest::SetUpCommandLine(command_line);
 
     // Custom launcher pages only work in the experimental app list.
@@ -43,8 +43,7 @@ class CustomLauncherPageBrowserTest
 
   // Open the launcher. Ignores the Extension argument (this will simply
   // activate any loaded launcher pages).
-  virtual void LaunchPlatformApp(
-      const extensions::Extension* /*unused*/) OVERRIDE {
+  void LaunchPlatformApp(const extensions::Extension* /*unused*/) override {
     AppListService* service =
         AppListService::Get(chrome::HOST_DESKTOP_TYPE_NATIVE);
     DCHECK(service);