Index: chrome/browser/shell_integration_unittest.cc |
diff --git a/chrome/browser/shell_integration_unittest.cc b/chrome/browser/shell_integration_unittest.cc |
index 02fd70ed3a70c454a2fdd055c41ce1f079b2ba3f..bc4b68772ef504085f2468e7c85869c7e69dce08 100644 |
--- a/chrome/browser/shell_integration_unittest.cc |
+++ b/chrome/browser/shell_integration_unittest.cc |
@@ -16,7 +16,7 @@ |
#include "chrome/browser/web_applications/web_app.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths_internal.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
#include "googleurl/src/gurl.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -78,7 +78,7 @@ TEST(ShellIntegrationTest, GetDesktopShortcutTemplate) { |
const char kTestData2[] = "a different testing string"; |
MessageLoop message_loop; |
- BrowserThread file_thread(BrowserThread::FILE, &message_loop); |
+ content::TestBrowserThread file_thread(BrowserThread::FILE, &message_loop); |
{ |
ScopedTempDir temp_dir; |