| 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 739f07e64461efc0e8838dfdd2660c36942867d6..51d5ff2e7ac820e033d0b39ae26438ee9b68715f 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| +++ b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| @@ -7,6 +7,8 @@
|
| #include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| class FakeExternalProtocolHandlerWorker
|
| : public ShellIntegration::DefaultProtocolClientWorker {
|
| public:
|
|
|