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

Unified Diff: apps/app_load_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 | « android_webview/browser/aw_content_browser_client.cc ('k') | apps/launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_load_service.h
diff --git a/apps/app_load_service.h b/apps/app_load_service.h
index ec71a7e5babbbf62df770062c6c7d7a5f8a5bc4c..2ccd3e01b113dacd81565d0bf0cc335a9aa5e838 100644
--- a/apps/app_load_service.h
+++ b/apps/app_load_service.h
@@ -37,7 +37,7 @@ class AppLoadService : public KeyedService,
PostReloadAction();
PostReloadActionType action_type;
- CommandLine command_line;
+ base::CommandLine command_line;
base::FilePath current_dir;
};
@@ -53,7 +53,7 @@ class AppLoadService : public KeyedService,
// launch parameters. Returns true if loading the extension has begun
// successfully.
bool LoadAndLaunch(const base::FilePath& extension_path,
- const CommandLine& command_line,
+ const base::CommandLine& command_line,
const base::FilePath& current_dir);
static AppLoadService* Get(Profile* profile);
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | apps/launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698