| Index: chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
|
| diff --git a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
|
| index 2dc90b08a22bf575a5d6d1518a88e511dbed2ac2..8e2416ebc6586088408b80ff85444f3713383746 100644
|
| --- a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
|
| +++ b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| +#include "chromeos/chromeos_switches.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|
| namespace {
|
| @@ -25,7 +26,8 @@ class BrowserGuestSessionNavigatorTest: public BrowserNavigatorTest {
|
| protected:
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| CommandLine command_line_copy = *command_line;
|
| - command_line_copy.AppendSwitchASCII(switches::kLoginProfile, "user");
|
| + command_line_copy.AppendSwitchASCII(
|
| + chromeos::switches::kLoginProfile, "user");
|
| chromeos::GetOffTheRecordCommandLine(GetGoogleURL(),
|
| command_line_copy,
|
| command_line);
|
|
|