| Index: chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| diff --git a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| index 77246c899084576edfb1083c106212dfed6fb0ad..739f07e64461efc0e8838dfdd2660c36942867d6 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_;
|
| };
|
|
|