Index: chrome/browser/chrome_plugin_browsing_context.h |
diff --git a/chrome/browser/chrome_plugin_browsing_context.h b/chrome/browser/chrome_plugin_browsing_context.h |
index ef31262d28d95d4761511ef57d174a27561118aa..45d24f38827b65bbfe6ccc9d5ca22be5866de52d 100644 |
--- a/chrome/browser/chrome_plugin_browsing_context.h |
+++ b/chrome/browser/chrome_plugin_browsing_context.h |
@@ -23,7 +23,7 @@ class URLRequestContext; |
// Note: This class should be used on the IO thread only. |
class CPBrowsingContextManager : public NotificationObserver { |
public: |
- static CPBrowsingContextManager* Instance(); |
+ static CPBrowsingContextManager* GetInstance(); |
// Note: don't call these directly - use Instance() above. They are public |
// so Singleton can access them. |