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 e952449c25f316b6822a1e3a94017a1aec145718..74dda7e6541c7d34feb223e03f6845b89353ab79 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc |
@@ -13,7 +13,6 @@ |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/custom_handlers/protocol_handler.h" |
#include "chrome/test/base/testing_browser_process.h" |
-#include "chrome/test/base/testing_browser_process_test.h" |
#include "chrome/test/base/testing_pref_service.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/browser/browser_thread.h" |
@@ -187,7 +186,7 @@ class QueryProtocolHandlerOnChange : public NotificationObserver { |
NotificationRegistrar notification_registrar_; |
}; |
-class ProtocolHandlerRegistryTest : public TestingBrowserProcessTest { |
+class ProtocolHandlerRegistryTest : public testing::Test { |
protected: |
ProtocolHandlerRegistryTest() |
: test_protocol_handler_(CreateProtocolHandler("test", "test")) {} |