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

Unified Diff: chrome_frame/chrome_frame_automation.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_frame/chrome_frame_activex.cc ('k') | chrome_frame/com_message_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_automation.h
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
index 18494c3e08ef47767333616ba67a1b33c49d38d2..eed298317397647ee73dea28d0e3bb9bfa502fd7 100644
--- a/chrome_frame/chrome_frame_automation.h
+++ b/chrome_frame/chrome_frame_automation.h
@@ -7,8 +7,8 @@
#include <atlbase.h>
#include <atlwin.h>
-#include <string>
#include <map>
+#include <string>
#include <vector>
#include "base/memory/ref_counted.h"
@@ -528,7 +528,7 @@ class ChromeFrameAutomationClient
scoped_refptr<ChromeFrameLaunchParams> chrome_launch_params_;
// Cache security manager for URL zone checking
- ScopedComPtr<IInternetSecurityManager> security_manager_;
+ base::win::ScopedComPtr<IInternetSecurityManager> security_manager_;
// When host network stack is used, this object is in charge of
// handling network requests.
« no previous file with comments | « chrome_frame/chrome_frame_activex.cc ('k') | chrome_frame/com_message_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698