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

Unified Diff: chrome/browser/background/background_contents_service.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/apps/app_browsertest_util.h ('k') | chrome/browser/background/background_mode_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background/background_contents_service.h
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h
index 87f5d97d165ef1ba4dcb0cc9c4ef370446c66b02..05f095330c3ddcad3bc528e909baf3b5890a8c29 100644
--- a/chrome/browser/background/background_contents_service.h
+++ b/chrome/browser/background/background_contents_service.h
@@ -19,11 +19,11 @@
#include "ui/base/window_open_disposition.h"
#include "url/gurl.h"
-class CommandLine;
class PrefService;
class Profile;
namespace base {
+class CommandLine;
class DictionaryValue;
}
@@ -53,7 +53,8 @@ class BackgroundContentsService : private content::NotificationObserver,
public BackgroundContents::Delegate,
public KeyedService {
public:
- BackgroundContentsService(Profile* profile, const CommandLine* command_line);
+ BackgroundContentsService(Profile* profile,
+ const base::CommandLine* command_line);
virtual ~BackgroundContentsService();
// Allows tests to reduce the time between a force-installed app/extension
« no previous file with comments | « chrome/browser/apps/app_browsertest_util.h ('k') | chrome/browser/background/background_mode_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698