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

Side by Side Diff: content/renderer/renderer_webkitplatformsupport_impl.cc

Issue 18868005: content: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
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 #include "content/renderer/renderer_webkitplatformsupport_impl.h" 5 #include "content/renderer/renderer_webkitplatformsupport_impl.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/lazy_instance.h" 9 #include "base/lazy_instance.h"
10 #include "base/message_loop/message_loop_proxy.h" 10 #include "base/message_loop/message_loop_proxy.h"
(...skipping 20 matching lines...) Expand all
31 #include "content/renderer/gamepad_shared_memory_reader.h" 31 #include "content/renderer/gamepad_shared_memory_reader.h"
32 #include "content/renderer/hyphenator/hyphenator.h" 32 #include "content/renderer/hyphenator/hyphenator.h"
33 #include "content/renderer/media/media_stream_dependency_factory.h" 33 #include "content/renderer/media/media_stream_dependency_factory.h"
34 #include "content/renderer/media/renderer_webaudiodevice_impl.h" 34 #include "content/renderer/media/renderer_webaudiodevice_impl.h"
35 #include "content/renderer/media/renderer_webmidiaccessor_impl.h" 35 #include "content/renderer/media/renderer_webmidiaccessor_impl.h"
36 #include "content/renderer/media/webcontentdecryptionmodule_impl.h" 36 #include "content/renderer/media/webcontentdecryptionmodule_impl.h"
37 #include "content/renderer/render_thread_impl.h" 37 #include "content/renderer/render_thread_impl.h"
38 #include "content/renderer/renderer_clipboard_client.h" 38 #include "content/renderer/renderer_clipboard_client.h"
39 #include "content/renderer/webclipboard_impl.h" 39 #include "content/renderer/webclipboard_impl.h"
40 #include "content/renderer/websharedworkerrepository_impl.h" 40 #include "content/renderer/websharedworkerrepository_impl.h"
41 #include "googleurl/src/gurl.h"
42 #include "gpu/config/gpu_info.h" 41 #include "gpu/config/gpu_info.h"
43 #include "ipc/ipc_sync_message_filter.h" 42 #include "ipc/ipc_sync_message_filter.h"
44 #include "media/audio/audio_output_device.h" 43 #include "media/audio/audio_output_device.h"
45 #include "media/base/audio_hardware_config.h" 44 #include "media/base/audio_hardware_config.h"
46 #include "media/filters/stream_parser_factory.h" 45 #include "media/filters/stream_parser_factory.h"
47 #include "net/base/mime_util.h" 46 #include "net/base/mime_util.h"
48 #include "net/base/net_util.h" 47 #include "net/base/net_util.h"
49 #include "third_party/WebKit/public/web/WebFrame.h"
50 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
51 #include "third_party/WebKit/public/platform/WebBlobRegistry.h" 48 #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
52 #include "third_party/WebKit/public/platform/WebFileInfo.h" 49 #include "third_party/WebKit/public/platform/WebFileInfo.h"
53 #include "third_party/WebKit/public/platform/WebGamepads.h" 50 #include "third_party/WebKit/public/platform/WebGamepads.h"
54 #include "third_party/WebKit/public/platform/WebHyphenator.h" 51 #include "third_party/WebKit/public/platform/WebHyphenator.h"
55 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h" 52 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
56 #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h" 53 #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h"
57 #include "third_party/WebKit/public/platform/WebURL.h" 54 #include "third_party/WebKit/public/platform/WebURL.h"
58 #include "third_party/WebKit/public/platform/WebVector.h" 55 #include "third_party/WebKit/public/platform/WebVector.h"
56 #include "third_party/WebKit/public/web/WebFrame.h"
57 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
58 #include "url/gurl.h"
59 #include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h" 59 #include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h"
60 #include "webkit/glue/simple_webmimeregistry_impl.h" 60 #include "webkit/glue/simple_webmimeregistry_impl.h"
61 #include "webkit/glue/webfileutilities_impl.h" 61 #include "webkit/glue/webfileutilities_impl.h"
62 #include "webkit/glue/webkit_glue.h" 62 #include "webkit/glue/webkit_glue.h"
63 #include "webkit/renderer/media/audio_decoder.h" 63 #include "webkit/renderer/media/audio_decoder.h"
64 #include "webkit/renderer/media/crypto/key_systems.h" 64 #include "webkit/renderer/media/crypto/key_systems.h"
65 65
66 #if defined(OS_WIN) 66 #if defined(OS_WIN)
67 #include "content/common/child_process_messages.h" 67 #include "content/common/child_process_messages.h"
68 #include "third_party/WebKit/public/platform/win/WebSandboxSupport.h" 68 #include "third_party/WebKit/public/platform/win/WebSandboxSupport.h"
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 1050
1051 //------------------------------------------------------------------------------ 1051 //------------------------------------------------------------------------------
1052 1052
1053 WebKit::WebString RendererWebKitPlatformSupportImpl::convertIDNToUnicode( 1053 WebKit::WebString RendererWebKitPlatformSupportImpl::convertIDNToUnicode(
1054 const WebKit::WebString& host, 1054 const WebKit::WebString& host,
1055 const WebKit::WebString& languages) { 1055 const WebKit::WebString& languages) {
1056 return net::IDNToUnicode(host.utf8(), languages.utf8()); 1056 return net::IDNToUnicode(host.utf8(), languages.utf8());
1057 } 1057 }
1058 1058
1059 } // namespace content 1059 } // namespace content
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | content/renderer/savable_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698