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

Unified Diff: chrome/browser/prerender/prerender_field_trial.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/prefs/pref_service_syncable_factory.h ('k') | chrome/browser/printing/print_dialog_cloud.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_field_trial.h
diff --git a/chrome/browser/prerender/prerender_field_trial.h b/chrome/browser/prerender/prerender_field_trial.h
index 93760ee02e71212eac582cc287ffa668d4d81ddd..9e1c764c1230d4f93b364cc73f0246f41ef79c66 100644
--- a/chrome/browser/prerender/prerender_field_trial.h
+++ b/chrome/browser/prerender/prerender_field_trial.h
@@ -7,15 +7,18 @@
#include <string>
-class CommandLine;
class Profile;
+namespace base {
+class CommandLine;
+}
+
namespace prerender {
// Parse the --prerender= command line switch, which controls prerendering. If
// the switch is unset or is set to "auto" then the user is assigned to a
// field trial.
-void ConfigurePrerender(const CommandLine& command_line);
+void ConfigurePrerender(const base::CommandLine& command_line);
// Returns true if the user has opted in or has been opted in to the
// prerendering from Omnibox experiment.
« no previous file with comments | « chrome/browser/prefs/pref_service_syncable_factory.h ('k') | chrome/browser/printing/print_dialog_cloud.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698