| Index: chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| index 168c463d37cf79cb841a93ef665a08ef097bd979..72eac2a7c6194b60c041c15cf9ae99d2db49f9b3 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -23,6 +23,8 @@
|
| #include "content/test/test_browser_thread.h"
|
| #include "net/url_request/url_request.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| class FakeDelegate : public ProtocolHandlerRegistry::Delegate {
|
|
|