summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_applications/web_app_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/web_applications/web_app_unittest.cc')
-rw-r--r--chrome/browser/web_applications/web_app_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/web_applications/web_app_unittest.cc b/chrome/browser/web_applications/web_app_unittest.cc
index 8219e69..be6ece0 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) {