| Index: chrome_frame/bho.h
|
| diff --git a/chrome_frame/bho.h b/chrome_frame/bho.h
|
| index d1f232dc3bcd8a3dc9c7854555d188418e4e95fe..111eb047495d2c4f5c3f418ebdcdb163306bdc1b 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:
|
|
|