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

Unified Diff: chrome/browser/first_run/first_run.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
Index: chrome/browser/first_run/first_run.h
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 6932b3a7fae9320a90d3c8570508121921b651b1..f9683fa5fe1ee94f18e47caa031c5710fb03c701 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -10,11 +10,11 @@
#include "base/basictypes.h"
-class CommandLine;
class GURL;
class Profile;
namespace base {
+class CommandLine;
class FilePath;
}
@@ -88,7 +88,7 @@ bool IsChromeFirstRun();
// Returns true if |command_line|'s switches explicitly specify that first run
// should be suppressed in the current run.
-bool IsFirstRunSuppressed(const CommandLine& command_line);
+bool IsFirstRunSuppressed(const base::CommandLine& command_line);
// Creates the first run sentinel if needed. This should only be called after
// the process singleton has been grabbed by the current process
« no previous file with comments | « chrome/browser/extensions/webstore_startup_installer_browsertest.cc ('k') | chrome/browser/first_run/upgrade_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698