| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index a2b88cc4671779ff81090cb5ffc1e81271840a71..4eafbc613783ecba49c4fbc6d05481d2df56762c 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -86,6 +86,7 @@
|
| #include "chrome/browser/process_singleton.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| +#include "chrome/browser/profiles/profile_manager_util.h"
|
| #include "chrome/browser/renderer_host/chrome_render_view_host_observer.h"
|
| #include "chrome/browser/search_engines/search_engine_type.h"
|
| #include "chrome/browser/search_engines/template_url.h"
|
| @@ -336,7 +337,7 @@ Profile* CreateProfile(const content::MainFunctionParams& parameters,
|
| const base::FilePath& user_data_dir,
|
| const CommandLine& parsed_command_line) {
|
| TRACE_EVENT0("startup", "ChromeBrowserMainParts::CreateProfile")
|
| - if (ProfileManager::IsMultipleProfilesEnabled() &&
|
| + if (profiles::IsMultipleProfilesEnabled() &&
|
| parsed_command_line.HasSwitch(switches::kProfileDirectory)) {
|
| g_browser_process->local_state()->SetString(prefs::kProfileLastUsed,
|
| parsed_command_line.GetSwitchValueASCII(switches::kProfileDirectory));
|
|
|