Index: chrome_frame/external_tab.h |
diff --git a/chrome_frame/external_tab.h b/chrome_frame/external_tab.h |
index 36b3e3de56bad11a2a45a044c86d1d9e85473518..ab106140c3c77b9a015f93cca46bd382502f969a 100644 |
--- a/chrome_frame/external_tab.h |
+++ b/chrome_frame/external_tab.h |
@@ -9,11 +9,13 @@ |
#include <windows.h> |
#include <atlbase.h> |
#include <atlwin.h> |
-#include <vector> |
+ |
#include <string> |
+#include <vector> |
+ |
#include "base/memory/scoped_ptr.h" |
-#include "base/scoped_comptr_win.h" |
#include "base/time.h" |
+#include "base/win/scoped_comptr.h" |
#include "chrome/common/automation_constants.h" |
#include "chrome_frame/cfproxy.h" |
#include "chrome_frame/task_marshaller.h" |