Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: chrome_frame/bho.h

Issue 6825055: Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad indentation, rebase Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/service/cloud_print/print_system_win.cc ('k') | chrome_frame/bho.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/service/cloud_print/print_system_win.cc ('k') | chrome_frame/bho.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698