| Index: trunk/src/chrome/browser/profiles/profile_manager_unittest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/profiles/profile_manager_unittest.cc (revision 192508)
|
| +++ trunk/src/chrome/browser/profiles/profile_manager_unittest.cc (working copy)
|
| @@ -39,7 +39,6 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| -#include "chromeos/chromeos_switches.h"
|
| #endif
|
|
|
| using content::BrowserThread;
|
| @@ -167,7 +166,7 @@
|
| CommandLine *cl = CommandLine::ForCurrentProcess();
|
| std::string profile_dir("my_user");
|
|
|
| - cl->AppendSwitchASCII(chromeos::switches::kLoginProfile, profile_dir);
|
| + cl->AppendSwitchASCII(switches::kLoginProfile, profile_dir);
|
|
|
| base::FilePath expected_default =
|
| base::FilePath().AppendASCII(chrome::kInitialProfile);
|
|
|