summaryrefslogtreecommitdiffstats
path: root/content/shell/geolocation
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 20:48:00 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 20:48:00 +0000
commit74ebfb1e113e26bb16d79ade8918d5f86035f278 (patch)
tree36af43b99d9b7e4692bac532dc3db1558ddff977 /content/shell/geolocation
parentc742f1ad84a6a2748a375ae2f496fa02c3bcdb56 (diff)
downloadchromium_src-74ebfb1e113e26bb16d79ade8918d5f86035f278.zip
chromium_src-74ebfb1e113e26bb16d79ade8918d5f86035f278.tar.gz
chromium_src-74ebfb1e113e26bb16d79ade8918d5f86035f278.tar.bz2
Use a direct include of utf_string_conversions.h in content/.
BUG=none TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16408017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/geolocation')
-rw-r--r--content/shell/geolocation/shell_access_token_store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/geolocation/shell_access_token_store.cc b/content/shell/geolocation/shell_access_token_store.cc
index 2c011cd2..d101c0f 100644
--- a/content/shell/geolocation/shell_access_token_store.cc
+++ b/content/shell/geolocation/shell_access_token_store.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/message_loop.h"
-#include "base/utf_string_conversions.h"
+#include "base/strings/utf_string_conversions.h"
#include "content/public/browser/browser_thread.h"
#include "content/shell/shell_browser_context.h"