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

Unified Diff: chrome_frame/external_tab.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/com_type_info_holder.cc ('k') | chrome_frame/http_negotiate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « chrome_frame/com_type_info_holder.cc ('k') | chrome_frame/http_negotiate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698