| 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 f3e99410b9b03c45382d649e210abbf5f71b831b..d0bc463b635241edd3e5a31b53282bc411feb23d 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -282,7 +282,7 @@ class QueryProtocolHandlerOnChange
|
| // our type based on the current thread. GO DEPENDENCY INJECTION!
|
| class TestMessageLoop : public base::MessageLoop {
|
| public:
|
| - TestMessageLoop() : base::MessageLoop(base::MessageLoop::TYPE_DEFAULT) {}
|
| + TestMessageLoop() {}
|
| virtual ~TestMessageLoop() {}
|
| virtual bool IsType(base::MessageLoop::Type type) const OVERRIDE {
|
| switch (type) {
|
|
|