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

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

Issue 16408017: Use a direct include of utf_string_conversions.h in content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 "base/bind.h" 5 #include "base/bind.h"
6 #include "base/command_line.h" 6 #include "base/command_line.h"
7 #include "base/compiler_specific.h" 7 #include "base/compiler_specific.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 #include "base/hash_tables.h" 10 #include "base/hash_tables.h"
11 #include "base/string_util.h" 11 #include "base/string_util.h"
12 #include "base/utf_string_conversions.h" 12 #include "base/strings/utf_string_conversions.h"
13 #include "content/public/common/content_switches.h" 13 #include "content/public/common/content_switches.h"
14 #include "content/public/renderer/render_view.h" 14 #include "content/public/renderer/render_view.h"
15 #include "content/public/renderer/render_view_observer.h" 15 #include "content/public/renderer/render_view_observer.h"
16 #include "content/public/test/test_utils.h" 16 #include "content/public/test/test_utils.h"
17 #include "content/renderer/savable_resources.h" 17 #include "content/renderer/savable_resources.h"
18 #include "content/shell/shell.h" 18 #include "content/shell/shell.h"
19 #include "content/test/content_browser_test.h" 19 #include "content/test/content_browser_test.h"
20 #include "content/test/content_browser_test_utils.h" 20 #include "content/test/content_browser_test_utils.h"
21 #include "net/base/net_util.h" 21 #include "net/base/net_util.h"
22 #include "net/url_request/url_request_context.h" 22 #include "net/url_request/url_request_context.h"
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 NavigateToURL(shell(), file_url); 1008 NavigateToURL(shell(), file_url);
1009 1009
1010 PostTaskToInProcessRendererAndWait( 1010 PostTaskToInProcessRendererAndWait(
1011 base::Bind( 1011 base::Bind(
1012 &DomSerializerTests:: 1012 &DomSerializerTests::
1013 SubResourceForElementsInNonHTMLNamespaceOnRenderer, 1013 SubResourceForElementsInNonHTMLNamespaceOnRenderer,
1014 base::Unretained(this), file_url)); 1014 base::Unretained(this), file_url));
1015 } 1015 }
1016 1016
1017 } // namespace content 1017 } // namespace content
OLDNEW
« no previous file with comments | « content/renderer/devtools/devtools_client.cc ('k') | content/renderer/dom_storage/webstoragearea_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698