Index: chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc |
index 8c2599df4536ecb3bfd74173a3ee2cc5ccd83c9b..b5a3446bafbb8ad955bbf482c950464a199068f9 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc |
@@ -70,7 +70,7 @@ class FakeExtensionSystem : public extensions::TestExtensionSystem { |
DISALLOW_COPY_AND_ASSIGN(FakeExtensionSystem); |
}; |
-ProfileKeyedService* BuildFakeExtensionSystem( |
+BrowserContextKeyedService* BuildFakeExtensionSystem( |
content::BrowserContext* profile) { |
return new FakeExtensionSystem(static_cast<Profile*>(profile)); |
} |