summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/external_protocol/external_protocol_handler_unittest.cc')
-rw-r--r--chrome/browser/external_protocol/external_protocol_handler_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
index 77246c8..739f07e 100644
--- a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
+++ b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
@@ -4,7 +4,7 @@
#include "chrome/browser/external_protocol/external_protocol_handler.h"
-#include "content/browser/browser_thread.h"
+#include "content/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
class FakeExternalProtocolHandlerWorker
@@ -122,8 +122,8 @@ class ExternalProtocolHandlerTest : public testing::Test {
}
MessageLoopForUI ui_message_loop_;
- BrowserThread ui_thread_;
- BrowserThread file_thread_;
+ content::TestBrowserThread ui_thread_;
+ content::TestBrowserThread file_thread_;
FakeExternalProtocolHandlerDelegate delegate_;
};