Index: chrome/browser/ui/app_list/test/fake_profile.cc |
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc |
index b79996b98fe24fdab907dfd1f6783724b6f31bc1..ad84cbd7927ddf3373e5770438871dd6b5266535 100644 |
--- a/chrome/browser/ui/app_list/test/fake_profile.cc |
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc |
@@ -7,11 +7,13 @@ |
FakeProfile::FakeProfile(const std::string& name) |
: name_(name) { |
+ BrowserContext::Initialize(this, base::FilePath()); |
} |
FakeProfile::FakeProfile(const std::string& name, const base::FilePath& path) |
: name_(name), |
path_(path) { |
+ BrowserContext::Initialize(this, path_); |
} |
std::string FakeProfile::GetProfileUserName() const { |