| 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);
|
| }
|
| }
|
|
|
|
|