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

Side by Side Diff: chrome_frame/urlmon_bind_status_callback.cc

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/test_utils.cc ('k') | chrome_frame/urlmon_moniker.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #include "chrome_frame/urlmon_bind_status_callback.h" 5 #include "chrome_frame/urlmon_bind_status_callback.h"
6 6
7 #include <mshtml.h> 7 #include <mshtml.h>
8 #include <shlguid.h> 8 #include <shlguid.h>
9 9
10 #include "base/logging.h" 10 #include "base/logging.h"
11 #include "base/string_util.h" 11 #include "base/strings/string_util.h"
12 #include "base/stringprintf.h" 12 #include "base/strings/stringprintf.h"
13 #include "base/strings/utf_string_conversions.h" 13 #include "base/strings/utf_string_conversions.h"
14 #include "base/threading/platform_thread.h" 14 #include "base/threading/platform_thread.h"
15 #include "chrome_frame/bind_context_info.h" 15 #include "chrome_frame/bind_context_info.h"
16 #include "chrome_frame/chrome_tab.h" 16 #include "chrome_frame/chrome_tab.h"
17 #include "chrome_frame/exception_barrier.h" 17 #include "chrome_frame/exception_barrier.h"
18 #include "chrome_frame/urlmon_moniker.h" 18 #include "chrome_frame/urlmon_moniker.h"
19 19
20 20
21 // A helper to given feed data to the specified |bscb| using 21 // A helper to given feed data to the specified |bscb| using
22 // CacheStream instance. 22 // CacheStream instance.
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 case BINDSTATUS_CACHEFILENAMEAVAILABLE: 418 case BINDSTATUS_CACHEFILENAMEAVAILABLE:
419 case BINDSTATUS_SERVER_MIMETYPEAVAILABLE: 419 case BINDSTATUS_SERVER_MIMETYPEAVAILABLE:
420 return true; 420 return true;
421 default: 421 default:
422 break; 422 break;
423 } 423 }
424 } 424 }
425 425
426 return false; 426 return false;
427 } 427 }
OLDNEW
« no previous file with comments | « chrome_frame/test_utils.cc ('k') | chrome_frame/urlmon_moniker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698