| Index: blimp/engine/browser/blimp_content_browser_client.h
|
| diff --git a/blimp/engine/browser/blimp_content_browser_client.h b/blimp/engine/browser/blimp_content_browser_client.h
|
| index aa566cdc00072fd79c218b9cd902a72bda91bf4a..aee1c8c3c5f50ec1a8555a102f75bc7fc58e6dbf 100644
|
| --- a/blimp/engine/browser/blimp_content_browser_client.h
|
| +++ b/blimp/engine/browser/blimp_content_browser_client.h
|
| @@ -27,7 +27,7 @@ class BlimpContentBrowserClient : public content::ContentBrowserClient {
|
| content::ProtocolHandlerMap* protocol_handlers,
|
| content::URLRequestInterceptorScopedVector request_interceptors) override;
|
|
|
| - BlimpBrowserContext* browser_context();
|
| + BlimpBrowserContext* GetBrowserContext();
|
|
|
| private:
|
| // Owned by BrowserMainLoop
|
|
|