Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / profiles / profile_chooser_view_browsertest.cc
index bc6b026..a4012e1 100644 (file)
@@ -5,7 +5,6 @@
 #include "chrome/browser/ui/views/profiles/profile_chooser_view.h"
 
 #include "base/command_line.h"
-#include "base/path_service.h"
 #include "base/prefs/pref_service.h"
 #include "base/strings/utf_string_conversions.h"
 #include "base/test/histogram_tester.h"
 class ProfileChooserViewBrowserTest : public InProcessBrowserTest {
  public:
   ProfileChooserViewBrowserTest();
-  virtual ~ProfileChooserViewBrowserTest();
+  ~ProfileChooserViewBrowserTest() override;
 
  protected:
-  virtual void SetUp() OVERRIDE;
-  virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
+  void SetUp() override;
+  void SetUpCommandLine(CommandLine* command_line) override;
   void OpenProfileChooserView();
 
  private: