| 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 52fcc1907a6f09d492f05c1dc28d1fa8435c2d15..2176ec3b0983ab633d82ee332f940a7eff17c040 100644
|
| --- a/chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "chromeos/chromeos_switches.h"
|
| +#include "chromeos/login/user_names.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace drive {
|
| @@ -43,7 +44,7 @@ class DriveNotificationManagerFactoryGuestBrowserTest
|
| command_line->AppendSwitch(::switches::kIncognito);
|
| command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
|
| command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
|
| - chromeos::UserManager::kGuestUserName);
|
| + chromeos::login::kGuestUserName);
|
| }
|
| };
|
|
|
|
|