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

Unified Diff: apps/app_load_service.cc

Issue 667723003: Prefix CommandLine usage with base namespace (Part 3: apps/) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | apps/launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_load_service.cc
diff --git a/apps/app_load_service.cc b/apps/app_load_service.cc
index fe224c5e8ebf7b64a0d2a419ca001be383bc6eaf..6fff4c4ef4bb7865ba8db53e59a1416dc63b5ea0 100644
--- a/apps/app_load_service.cc
+++ b/apps/app_load_service.cc
@@ -29,7 +29,7 @@ namespace apps {
AppLoadService::PostReloadAction::PostReloadAction()
: action_type(LAUNCH),
- command_line(CommandLine::NO_PROGRAM) {
+ command_line(base::CommandLine::NO_PROGRAM) {
}
AppLoadService::AppLoadService(Profile* profile)
@@ -59,7 +59,7 @@ void AppLoadService::RestartApplicationIfRunning(
}
bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path,
- const CommandLine& command_line,
+ const base::CommandLine& command_line,
const base::FilePath& current_dir) {
ExtensionService* extension_service =
ExtensionSystem::Get(profile_)->extension_service();
« no previous file with comments | « no previous file | apps/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698