summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text_mac.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 17:43:14 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 17:43:14 +0000
commit40d11e0a3b5e51d2bb4e7b4d0d5ceb8f5b82f9aa (patch)
treef01836c95a664b1c9121137c3b2f4043ed748fbe /ui/gfx/render_text_mac.cc
parent3268d7b7ca8b096476cc070a036b337ddcc561a9 (diff)
downloadchromium_src-40d11e0a3b5e51d2bb4e7b4d0d5ceb8f5b82f9aa.zip
chromium_src-40d11e0a3b5e51d2bb4e7b4d0d5ceb8f5b82f9aa.tar.gz
chromium_src-40d11e0a3b5e51d2bb4e7b4d0d5ceb8f5b82f9aa.tar.bz2
Update sys_string_conversions includes in chrome_frame, content, net, and ui.
BUG= Review URL: https://codereview.chromium.org/13004021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/render_text_mac.cc')
-rw-r--r--ui/gfx/render_text_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/render_text_mac.cc b/ui/gfx/render_text_mac.cc
index 5eafdb0..ea396ff 100644
--- a/ui/gfx/render_text_mac.cc
+++ b/ui/gfx/render_text_mac.cc
@@ -11,7 +11,7 @@
#include "base/mac/foundation_util.h"
#include "base/mac/scoped_cftyperef.h"
-#include "base/sys_string_conversions.h"
+#include "base/strings/sys_string_conversions.h"
#include "skia/ext/skia_utils_mac.h"
namespace gfx {