| Index: chrome/browser/extensions/api/streams_private/streams_private_api.h
|
| diff --git a/chrome/browser/extensions/api/streams_private/streams_private_api.h b/chrome/browser/extensions/api/streams_private/streams_private_api.h
|
| index ec784455b98c7d88610d42b6ac92474e09142341..f5b5648223cd086339a12bf85478d5ba00b1bcb2 100644
|
| --- a/chrome/browser/extensions/api/streams_private/streams_private_api.h
|
| +++ b/chrome/browser/extensions/api/streams_private/streams_private_api.h
|
| @@ -20,6 +20,7 @@
|
| class Profile;
|
|
|
| namespace content {
|
| +class BrowserContext;
|
| class StreamHandle;
|
| }
|
|
|
| @@ -29,9 +30,9 @@ class StreamsPrivateAPI : public ProfileKeyedAPI,
|
| public content::NotificationObserver {
|
| public:
|
| // Convenience method to get the StreamsPrivateAPI for a profile.
|
| - static StreamsPrivateAPI* Get(Profile* profile);
|
| + static StreamsPrivateAPI* Get(content::BrowserContext* context);
|
|
|
| - explicit StreamsPrivateAPI(Profile* profile);
|
| + explicit StreamsPrivateAPI(content::BrowserContext* context);
|
| virtual ~StreamsPrivateAPI();
|
|
|
| void ExecuteMimeTypeHandler(const std::string& extension_id,
|
|
|