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

Unified Diff: chrome/browser/first_run/upgrade_util_win.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/first_run/upgrade_util.h ('k') | chrome/browser/invalidation/invalidation_service_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/upgrade_util_win.h
diff --git a/chrome/browser/first_run/upgrade_util_win.h b/chrome/browser/first_run/upgrade_util_win.h
index af0f8446c64afd3117545d8dbe2679707dfdd998..c5a5d5c0d13939c30c405293cffac10b6cff2709 100644
--- a/chrome/browser/first_run/upgrade_util_win.h
+++ b/chrome/browser/first_run/upgrade_util_win.h
@@ -5,7 +5,9 @@
#ifndef CHROME_BROWSER_FIRST_RUN_UPGRADE_UTIL_WIN_H_
#define CHROME_BROWSER_FIRST_RUN_UPGRADE_UTIL_WIN_H_
+namespace base {
class CommandLine;
+}
namespace upgrade_util {
@@ -19,7 +21,7 @@ bool SwapNewChromeExeIfPresent();
// the browser. Note that relaunch does NOT exit the existing browser process.
// If this is called before message loop is executed, simply exit the main
// function. If browser is already running, you will need to exit it.
-bool DoUpgradeTasks(const CommandLine& command_line);
+bool DoUpgradeTasks(const base::CommandLine& command_line);
} // namespace upgrade_util
« no previous file with comments | « chrome/browser/first_run/upgrade_util.h ('k') | chrome/browser/invalidation/invalidation_service_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698