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

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 10690060: startup: Put it in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/app_controller_mac.mm ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider.cc
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index 0a33e7d3c45f40459b53ba434929836386696743..18db461e944d504a4f4a0f3080a592509dd850a1 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1230,19 +1230,19 @@ void TestingAutomationProvider::OpenProfileWindow(
if (browser) {
// Already have browser. Need to just activate.
ProfileManager::FindOrCreateNewWindowForProfile(
- profile,
- browser::startup::IS_NOT_PROCESS_STARTUP,
- browser::startup::IS_NOT_FIRST_RUN,
- 0);
+ profile,
+ chrome::startup::IS_NOT_PROCESS_STARTUP,
+ chrome::startup::IS_NOT_FIRST_RUN,
+ 0);
AutomationJSONReply(this, reply_message).SendSuccess(NULL);
} else {
new BrowserOpenedWithExistingProfileNotificationObserver(
this, reply_message, num_loads);
ProfileManager::FindOrCreateNewWindowForProfile(
- profile,
- browser::startup::IS_NOT_PROCESS_STARTUP,
- browser::startup::IS_NOT_FIRST_RUN,
- 0);
+ profile,
+ chrome::startup::IS_NOT_PROCESS_STARTUP,
+ chrome::startup::IS_NOT_FIRST_RUN,
+ 0);
}
}
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698