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

Unified Diff: chrome/browser/background/background_mode_manager.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/background/background_contents_service.h ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background/background_mode_manager.h
diff --git a/chrome/browser/background/background_mode_manager.h b/chrome/browser/background/background_mode_manager.h
index ae9bd484b18418ff59e267ab457a28b6ff4add59..4d87aca19e63da66bd3f46349242621560db1c90 100644
--- a/chrome/browser/background/background_mode_manager.h
+++ b/chrome/browser/background/background_mode_manager.h
@@ -20,13 +20,16 @@
#include "content/public/browser/notification_registrar.h"
class Browser;
-class CommandLine;
class PrefRegistrySimple;
class Profile;
class ProfileInfoCache;
class StatusIcon;
class StatusTray;
+namespace base {
+class CommandLine;
+}
+
namespace extensions {
class Extension;
}
@@ -54,7 +57,7 @@ class BackgroundModeManager
public ProfileInfoCacheObserver,
public StatusIconMenuModel::Delegate {
public:
- BackgroundModeManager(CommandLine* command_line,
+ BackgroundModeManager(base::CommandLine* command_line,
ProfileInfoCache* profile_cache);
virtual ~BackgroundModeManager();
« no previous file with comments | « chrome/browser/background/background_contents_service.h ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698