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

Unified Diff: chrome/browser/browser_process_platform_part_base.cc

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/browser/browser_process_platform_part_base.h ('k') | chrome/browser/chrome_browser_field_trials.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_platform_part_base.cc
diff --git a/chrome/browser/browser_process_platform_part_base.cc b/chrome/browser/browser_process_platform_part_base.cc
index da263bfc2a8b3bbd4ea67e3482e48eacc7f91c08..ea65af3bdce80f30f1b9c22b78c08b2e85c01b97 100644
--- a/chrome/browser/browser_process_platform_part_base.cc
+++ b/chrome/browser/browser_process_platform_part_base.cc
@@ -20,7 +20,7 @@ BrowserProcessPlatformPartBase::~BrowserProcessPlatformPartBase() {
}
void BrowserProcessPlatformPartBase::PlatformSpecificCommandLineProcessing(
- const CommandLine& /* command_line */) {
+ const base::CommandLine& /* command_line */) {
}
void BrowserProcessPlatformPartBase::StartTearDown() {
« no previous file with comments | « chrome/browser/browser_process_platform_part_base.h ('k') | chrome/browser/chrome_browser_field_trials.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698