Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: trunk/src/chrome/browser/profiles/profile_manager_unittest.cc

Issue 13590004: Revert 192504 "Re-apply 192420: Move login switches to src/chromeos" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/browser/profiles/profile_manager.cc ('k') | trunk/src/chrome/browser/shell_integration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « trunk/src/chrome/browser/profiles/profile_manager.cc ('k') | trunk/src/chrome/browser/shell_integration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698