diff options
Diffstat (limited to 'chrome_frame/bho.h')
-rw-r--r-- | chrome_frame/bho.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/bho.h b/chrome_frame/bho.h index d1f232d..111eb04 100644 --- a/chrome_frame/bho.h +++ b/chrome_frame/bho.h @@ -111,7 +111,7 @@ END_SINK_MAP() static void ProcessOptInUrls(IWebBrowser2* browser, BSTR url); // COM_INTERFACE_ENTRY_CACHED_TEAR_OFF manages the raw pointer from CComPtr - // which ScopedComPtr doesn't expose. + // which base::win::ScopedComPtr doesn't expose. CComPtr<IUnknown> delete_chrome_history_; protected: |