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

Side by Side Diff: chrome_frame/chrome_frame_activex_base.h

Issue 16391006: Use a direct include of strings headers in chrome_frame/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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_frame/chrome_frame_activex.cc ('k') | chrome_frame/chrome_frame_automation.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_CHROME_FRAME_ACTIVEX_BASE_H_ 5 #ifndef CHROME_FRAME_CHROME_FRAME_ACTIVEX_BASE_H_
6 #define CHROME_FRAME_CHROME_FRAME_ACTIVEX_BASE_H_ 6 #define CHROME_FRAME_CHROME_FRAME_ACTIVEX_BASE_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlcom.h> 9 #include <atlcom.h>
10 #include <atlctl.h> 10 #include <atlctl.h>
11 #include <exdisp.h> 11 #include <exdisp.h>
12 #include <wininet.h> 12 #include <wininet.h>
13 #include <shdeprecated.h> // for IBrowserService2 13 #include <shdeprecated.h> // for IBrowserService2
14 #include <shlguid.h> 14 #include <shlguid.h>
15 15
16 #include <set> 16 #include <set>
17 #include <string> 17 #include <string>
18 #include <vector> 18 #include <vector>
19 19
20 #include "base/metrics/histogram.h" 20 #include "base/metrics/histogram.h"
21 #include "base/string_util.h" 21 #include "base/strings/string_util.h"
22 #include "base/stringprintf.h" 22 #include "base/strings/stringprintf.h"
23 #include "base/strings/utf_string_conversions.h" 23 #include "base/strings/utf_string_conversions.h"
24 #include "base/win/scoped_bstr.h" 24 #include "base/win/scoped_bstr.h"
25 #include "base/win/scoped_comptr.h" 25 #include "base/win/scoped_comptr.h"
26 #include "base/win/scoped_variant.h" 26 #include "base/win/scoped_variant.h"
27 #include "chrome/app/chrome_command_ids.h" 27 #include "chrome/app/chrome_command_ids.h"
28 #include "chrome/common/url_constants.h" 28 #include "chrome/common/url_constants.h"
29 #include "chrome_frame/chrome_frame_plugin.h" 29 #include "chrome_frame/chrome_frame_plugin.h"
30 #include "chrome_frame/chrome_tab.h" 30 #include "chrome_frame/chrome_tab.h"
31 #include "chrome_frame/com_message_event.h" 31 #include "chrome_frame/com_message_event.h"
32 #include "chrome_frame/com_type_info_holder.h" 32 #include "chrome_frame/com_type_info_holder.h"
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 EventHandlers onreadystatechanged_; 1219 EventHandlers onreadystatechanged_;
1220 EventHandlers onprivatemessage_; 1220 EventHandlers onprivatemessage_;
1221 EventHandlers onextensionready_; 1221 EventHandlers onextensionready_;
1222 1222
1223 // Handle network requests when host network stack is used. Passed to the 1223 // Handle network requests when host network stack is used. Passed to the
1224 // automation client on initialization. 1224 // automation client on initialization.
1225 scoped_ptr<UrlmonUrlRequestManager> url_fetcher_; 1225 scoped_ptr<UrlmonUrlRequestManager> url_fetcher_;
1226 }; 1226 };
1227 1227
1228 #endif // CHROME_FRAME_CHROME_FRAME_ACTIVEX_BASE_H_ 1228 #endif // CHROME_FRAME_CHROME_FRAME_ACTIVEX_BASE_H_
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_activex.cc ('k') | chrome_frame/chrome_frame_automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698