Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
index d80a39fecc298e4f3704b87ae864ec1f83aa43d0..f97cf95d300f8f6ab8d35bffce69499fa720b778 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
@@ -30,7 +30,7 @@ namespace extensions { |
class ExtensionBluetoothEventRouter; |
// The profile-keyed service that manages the bluetooth extension API. |
-class BluetoothAPI : public ProfileKeyedService, |
+class BluetoothAPI : public BrowserContextKeyedService, |
public EventRouter::Observer { |
public: |
// Convenience method to get the BluetoothAPI for a profile. |
@@ -41,7 +41,7 @@ class BluetoothAPI : public ProfileKeyedService, |
ExtensionBluetoothEventRouter* bluetooth_event_router(); |
- // ProfileKeyedService implementation. |
+ // BrowserContextKeyedService implementation. |
virtual void Shutdown() OVERRIDE; |
// EventRouter::Observer implementation. |