summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_socket_win.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 00:27:00 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-30 00:27:00 +0000
commit13ac535324e020859ea18654a2b9f614fdcd20dc (patch)
tree05eedd4a0d1bf68653fefba72b44e7eebd0b17f9 /device/bluetooth/bluetooth_socket_win.cc
parent5dea782b6e81dcc09ece431b477291211ef765a3 (diff)
downloadchromium_src-13ac535324e020859ea18654a2b9f614fdcd20dc.zip
chromium_src-13ac535324e020859ea18654a2b9f614fdcd20dc.tar.gz
chromium_src-13ac535324e020859ea18654a2b9f614fdcd20dc.tar.bz2
Update the remaining references to sys_string_conversions.h to its new location.
BUG=196305 TBR=isherman@chromium.org,rsleevi@chromium.org,keybuk@chromium.org,fischman@chromium.org, thestig@chromium.org,alexeypa@chromium.org,rogerta@chromium.org,cpu@chromium.org, akalin@chromium.org,ben@chromium.org,tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/13322003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_socket_win.cc')
-rw-r--r--device/bluetooth/bluetooth_socket_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_socket_win.cc b/device/bluetooth/bluetooth_socket_win.cc
index 01b8eee..a684d14 100644
--- a/device/bluetooth/bluetooth_socket_win.cc
+++ b/device/bluetooth/bluetooth_socket_win.cc
@@ -8,7 +8,7 @@
#include "base/logging.h"
#include "base/memory/ref_counted.h"
-#include "base/sys_string_conversions.h"
+#include "base/strings/sys_string_conversions.h"
#include "device/bluetooth/bluetooth_init_win.h"
#include "device/bluetooth/bluetooth_service_record_win.h"
#include "net/base/io_buffer.h"