| Index: chrome/browser/profiles/profile_loader_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_loader_unittest.cc b/chrome/browser/profiles/profile_loader_unittest.cc
|
| index 6637ab94897b0e1b3a5d7e471804d00fd1134c32..b90d0b9c7937a9e2f5a186646d0f11d0679cc4ca 100644
|
| --- a/chrome/browser/profiles/profile_loader_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_loader_unittest.cc
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_loader.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -70,6 +71,7 @@ MockCallback::MockCallback() {}
|
| MockCallback::~MockCallback() {}
|
|
|
| TEST(ProfileLoaderTest, LoadProfileInvalidatingOtherLoads) {
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| TestingProfile profile;
|
| base::FilePath fake_profile_path_1 =
|
| base::FilePath::FromUTF8Unsafe("fake/profile 1");
|
|
|