diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 18:36:25 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 18:36:25 +0000 |
commit | 81e34d818b5f4b4e30d5a0dc11128b2acb891261 (patch) | |
tree | 6c41763d6ad911a0f87fac2b47320e85d4b5e879 /chrome/browser/remoting | |
parent | 4533b343f67a83456a050b0f394e8e50108b7d6a (diff) | |
download | chromium_src-81e34d818b5f4b4e30d5a0dc11128b2acb891261.zip chromium_src-81e34d818b5f4b4e30d5a0dc11128b2acb891261.tar.gz chromium_src-81e34d818b5f4b4e30d5a0dc11128b2acb891261.tar.bz2 |
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
utf_string_conversions.h
TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/3148019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/remoting')
-rw-r--r-- | chrome/browser/remoting/remoting_resources_source.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/remoting/remoting_resources_source.cc b/chrome/browser/remoting/remoting_resources_source.cc index f49e335..4c18089 100644 --- a/chrome/browser/remoting/remoting_resources_source.cc +++ b/chrome/browser/remoting/remoting_resources_source.cc @@ -7,6 +7,7 @@ #include "app/l10n_util.h" #include "app/resource_bundle.h" #include "base/message_loop.h" +#include "base/utf_string_conversions.h" #include "base/values.h" #include "chrome/browser/chrome_thread.h" #include "chrome/browser/google_util.h" |