| Index: chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
|
| diff --git a/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc b/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
|
| index e6084b950e060fa9134a3c02038c674eb533b151..6533742f8748983691bcaaa582b8ecb35ac87f70 100644
|
| --- a/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
|
| +++ b/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/variations/entropy_provider.h"
|
| #include "components/variations/variations_associated_data.h"
|
| +#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
| @@ -51,6 +52,7 @@ class PasswordBubbleExperimentTest : public testing::Test {
|
| PrefService* prefs() { return profile_->GetPrefs(); }
|
|
|
| private:
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| base::ScopedTempDir temp_dir_;
|
| scoped_ptr<TestingProfile> profile_;
|
| scoped_ptr<base::FieldTrialList> field_trial_list_;
|
|
|