| Index: chrome_frame/test/net/fake_external_tab.cc
|
| diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
|
| index d3e31403e4e54b0373982d4280c523081ba919d9..378b6bf7bc0c63dd5dba1c9c4ab3ee3252708bd3 100644
|
| --- a/chrome_frame/test/net/fake_external_tab.cc
|
| +++ b/chrome_frame/test/net/fake_external_tab.cc
|
| @@ -39,6 +39,7 @@
|
| #include "chrome/browser/process_singleton.h"
|
| #include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| +#include "chrome/browser/profiles/profiles_state.h"
|
| #include "chrome/browser/renderer_host/web_cache_manager.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_content_client.h"
|
| @@ -549,7 +550,7 @@ void FakeExternalTab::InitializePostThreadsCreated() {
|
| views::CreateDesktopScreen());
|
| #endif
|
| base::FilePath profile_path(
|
| - ProfileManager::GetDefaultProfileDir(user_data()));
|
| + profiles::GetDefaultProfileDir(user_data()));
|
| Profile* profile =
|
| g_browser_process->profile_manager()->GetProfile(profile_path);
|
| }
|
|
|