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

Unified Diff: chrome/browser/chrome_browser_field_trials_desktop.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/chrome_browser_field_trials.h ('k') | chrome/browser/chrome_browser_field_trials_mobile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials_desktop.h
diff --git a/chrome/browser/chrome_browser_field_trials_desktop.h b/chrome/browser/chrome_browser_field_trials_desktop.h
index 2668e7ee3acc5e63ce28399e63afc5e05869b918..141e01f43fba3688c5eb0a15d2900bfc2ee074b1 100644
--- a/chrome/browser/chrome_browser_field_trials_desktop.h
+++ b/chrome/browser/chrome_browser_field_trials_desktop.h
@@ -8,9 +8,12 @@
#include "base/basictypes.h"
#include "base/time/time.h"
-class CommandLine;
class PrefService;
+namespace base {
+class CommandLine;
+}
+
namespace chrome {
// Sets up common desktop-only field trials.
@@ -18,7 +21,7 @@ namespace chrome {
// SetupFieldTrials in chrome_browser_field_trials.cc if it is for all
// platforms.
// |local_state| is needed by some other methods called from within this one.
-void SetupDesktopFieldTrials(const CommandLine& parsed_command_line,
+void SetupDesktopFieldTrials(const base::CommandLine& parsed_command_line,
const base::Time& install_time,
PrefService* local_state);
« no previous file with comments | « chrome/browser/chrome_browser_field_trials.h ('k') | chrome/browser/chrome_browser_field_trials_mobile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698