Index: chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc |
diff --git a/chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc b/chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc |
index b627c753184c8dd6c558b06633af6132d8c5bbe2..ac14142881e34e515d067bdc4a024e46e5f4a816 100644 |
--- a/chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc |
+++ b/chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc |
@@ -20,7 +20,7 @@ namespace drive { |
class DriveNotificationManagerFactoryLoginScreenBrowserTest |
: public InProcessBrowserTest { |
protected: |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override { |
command_line->AppendSwitch(chromeos::switches::kLoginManager); |
command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); |
} |
@@ -39,7 +39,7 @@ IN_PROC_BROWSER_TEST_F(DriveNotificationManagerFactoryLoginScreenBrowserTest, |
class DriveNotificationManagerFactoryGuestBrowserTest |
: public InProcessBrowserTest { |
protected: |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override { |
command_line->AppendSwitch(chromeos::switches::kGuestSession); |
command_line->AppendSwitch(::switches::kIncognito); |
command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user"); |