diff options
Diffstat (limited to 'chrome/browser/chrome_plugin_browsing_context.cc')
-rw-r--r-- | chrome/browser/chrome_plugin_browsing_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_plugin_browsing_context.cc b/chrome/browser/chrome_plugin_browsing_context.cc index e699566..cb44bc1 100644 --- a/chrome/browser/chrome_plugin_browsing_context.cc +++ b/chrome/browser/chrome_plugin_browsing_context.cc @@ -10,7 +10,7 @@ #include "chrome/common/notification_service.h" CPBrowsingContextManager* CPBrowsingContextManager::Instance() { - DCHECK(ChromeThread::CurrentlyOn(ChromeThread::IO)); + DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); return Singleton<CPBrowsingContextManager>::get(); } |