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

Unified Diff: chrome/browser/browser_process_platform_part_aurawin.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/browser/browser_process_impl.h ('k') | chrome/browser/browser_process_platform_part_base.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_aurawin.h
diff --git a/chrome/browser/browser_process_platform_part_aurawin.h b/chrome/browser/browser_process_platform_part_aurawin.h
index 4d202dd75e72334afd54a1bbd25447295d4af428..dcf85cf75400b831a037d02a5f9a91ab46eb4a4f 100644
--- a/chrome/browser/browser_process_platform_part_aurawin.h
+++ b/chrome/browser/browser_process_platform_part_aurawin.h
@@ -24,7 +24,7 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
// Overridden from BrowserProcessPlatformPartBase:
virtual void PlatformSpecificCommandLineProcessing(
- const CommandLine& command_line) OVERRIDE;
+ const base::CommandLine& command_line) OVERRIDE;
// content::NotificationObserver method:
virtual void Observe(int type,
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/browser_process_platform_part_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698