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

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 11228040: Move sandbox code in content to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: chrome/test/base/in_process_browser_test.cc
===================================================================
--- chrome/test/base/in_process_browser_test.cc (revision 163460)
+++ chrome/test/base/in_process_browser_test.cc (working copy)
@@ -281,9 +281,9 @@
CommandLine::SwitchMap switches =
CommandLine::ForCurrentProcess()->GetSwitches();
switches.erase(switches::kUserDataDir);
- switches.erase(test_launcher::kSingleProcessTestsFlag);
- switches.erase(test_launcher::kSingleProcessTestsAndChromeFlag);
- new_command_line.AppendSwitch(test_launcher::kLaunchAsBrowser);
+ switches.erase(content::kSingleProcessTestsFlag);
+ switches.erase(content::kSingleProcessTestsAndChromeFlag);
+ new_command_line.AppendSwitch(content::kLaunchAsBrowser);
#if defined(USE_AURA)
// Copy what UITestBase::SetLaunchSwitches() does, and also what

Powered by Google App Engine
This is Rietveld 408576698