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

Unified Diff: chrome/common/switch_utils.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « chrome/common/service_process_util_posix.h ('k') | chrome/installer/setup/install_worker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/switch_utils.h
diff --git a/chrome/common/switch_utils.h b/chrome/common/switch_utils.h
index 83594d17d8bd5c3a508eb3d9e5312ac3f29b2bb6..df91b2d5679ce7a1c0843f7bebf3a5012fc4e3de 100644
--- a/chrome/common/switch_utils.h
+++ b/chrome/common/switch_utils.h
@@ -14,7 +14,7 @@ namespace switches {
// Remove the keys that we shouldn't pass through during restart.
void RemoveSwitchesForAutostart(
- std::map<std::string, CommandLine::StringType>* switches);
+ std::map<std::string, base::CommandLine::StringType>* switches);
} // namespace switches
« no previous file with comments | « chrome/common/service_process_util_posix.h ('k') | chrome/installer/setup/install_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698