Index: chrome/browser/web_applications/web_app_unittest.cc |
diff --git a/chrome/browser/web_applications/web_app_unittest.cc b/chrome/browser/web_applications/web_app_unittest.cc |
index 8219e6971709e72c27417cc3c7612a279b96f0ea..be6ece0d5df708b5eebb7e49c720ebec2f9880b0 100644 |
--- a/chrome/browser/web_applications/web_app_unittest.cc |
+++ b/chrome/browser/web_applications/web_app_unittest.cc |
@@ -11,7 +11,7 @@ |
#include "chrome/browser/ui/web_applications/web_app_ui.h" |
#include "chrome/common/extensions/extension_messages.h" |
#include "chrome/test/base/testing_profile.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
class WebApplicationTest : public TabContentsWrapperTestHarness { |
@@ -20,7 +20,7 @@ class WebApplicationTest : public TabContentsWrapperTestHarness { |
} |
private: |
- BrowserThread ui_thread_; |
+ content::TestBrowserThread ui_thread_; |
}; |
TEST_F(WebApplicationTest, GetShortcutInfoForTab) { |