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

Side by Side Diff: chrome_frame/bho.h

Issue 3071012: Cleanup: Remove unneeded headers from base/ (part 1) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/selenium/selenium_test.cc ('k') | chrome_frame/bho.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_FRAME_BHO_H_ 5 #ifndef CHROME_FRAME_BHO_H_
6 #define CHROME_FRAME_BHO_H_ 6 #define CHROME_FRAME_BHO_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlcom.h> 9 #include <atlcom.h>
10 #include <deletebrowsinghistory.h> 10 #include <deletebrowsinghistory.h>
11 #include <exdisp.h> 11 #include <exdisp.h>
12 #include <exdispid.h> 12 #include <exdispid.h>
13 #include <mshtml.h> 13 #include <mshtml.h>
14 #include <shdeprecated.h> 14 #include <shdeprecated.h>
15 15
16 #include <string> 16 #include <string>
17 17
18 #include "base/scoped_comptr_win.h"
19 #include "chrome_tab.h" // NOLINT 18 #include "chrome_tab.h" // NOLINT
20 #include "chrome_frame/delete_chrome_history.h" 19 #include "chrome_frame/delete_chrome_history.h"
21 #include "chrome_frame/resource.h" 20 #include "chrome_frame/resource.h"
22 #include "chrome_frame/urlmon_moniker.h" 21 #include "chrome_frame/urlmon_moniker.h"
23 #include "chrome_frame/urlmon_url_request.h" 22 #include "chrome_frame/urlmon_url_request.h"
24 #include "grit/chrome_frame_resources.h" 23 #include "grit/chrome_frame_resources.h"
25 24
26 class DeleteChromeHistory; 25 class DeleteChromeHistory;
27 26
28 class PatchHelper { 27 class PatchHelper {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 116
118 protected: 117 protected:
119 bool PatchProtocolHandler(const CLSID& handler_clsid); 118 bool PatchProtocolHandler(const CLSID& handler_clsid);
120 119
121 static _ATL_FUNC_INFO kBeforeNavigate2Info; 120 static _ATL_FUNC_INFO kBeforeNavigate2Info;
122 static _ATL_FUNC_INFO kNavigateComplete2Info; 121 static _ATL_FUNC_INFO kNavigateComplete2Info;
123 static _ATL_FUNC_INFO kDocumentCompleteInfo; 122 static _ATL_FUNC_INFO kDocumentCompleteInfo;
124 }; 123 };
125 124
126 #endif // CHROME_FRAME_BHO_H_ 125 #endif // CHROME_FRAME_BHO_H_
127
OLDNEW
« no previous file with comments | « chrome/test/selenium/selenium_test.cc ('k') | chrome_frame/bho.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698