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

Unified Diff: content/renderer/render_process_impl.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/pepper/pepper_truetype_font_win.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_process_impl.cc
diff --git a/content/renderer/render_process_impl.cc b/content/renderer/render_process_impl.cc
index 2458bf48f7e1a1fc41b38de271682163e006eaa3..11564df64ab4c2accd7c2772d612b2c6395ddce9 100644
--- a/content/renderer/render_process_impl.cc
+++ b/content/renderer/render_process_impl.cc
@@ -16,8 +16,8 @@
#include "base/command_line.h"
#include "base/compiler_specific.h"
#include "base/message_loop.h"
+#include "base/strings/utf_string_conversions.h"
#include "base/sys_info.h"
-#include "base/utf_string_conversions.h"
#include "content/child/child_thread.h"
#include "content/common/view_messages.h"
#include "content/public/common/content_switches.h"
« no previous file with comments | « content/renderer/pepper/pepper_truetype_font_win.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698