Index: chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
diff --git a/chrome/browser/ui/sync/sync_promo_ui_unittest.cc b/chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
index e19b22c555fc7e767cf4fe4db7a97f3a6d9e96fc..a44dffc39bb962ff44e9b8fb06f4754cc9b2fc7c 100644 |
--- a/chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
+++ b/chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
@@ -12,6 +12,7 @@ |
#include "chrome/browser/signin/signin_manager_factory.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/test/base/testing_profile.h" |
+#include "content/public/test/test_browser_thread_bundle.h" |
#include "testing/gtest/include/gtest/gtest.h" |
class SyncPromoUITest : public testing::Test { |
@@ -33,6 +34,7 @@ class SyncPromoUITest : public testing::Test { |
switches::kDisableSync); |
} |
+ content::TestBrowserThreadBundle thread_bundle_; |
scoped_ptr<TestingProfile> profile_; |
private: |