| 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 ac14142881e34e515d067bdc4a024e46e5f4a816..0827c25aa3c4af1f1718249be79de0261b01225c 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(base::CommandLine* command_line) override {
|
| + 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(base::CommandLine* command_line) override {
|
| + 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");
|
|
|