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. |