summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2016-01-11 12:49:36 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-11 20:50:38 +0000
commitc5336cafeab804c792274819326825dd4443e5fb (patch)
tree8d0de79b9800bfcef3472b15ec044092cc1b528e /device
parenta681f79beb28f7b562dd3fc45c4f1058a144292a (diff)
downloadchromium_src-c5336cafeab804c792274819326825dd4443e5fb.zip
chromium_src-c5336cafeab804c792274819326825dd4443e5fb.tar.gz
chromium_src-c5336cafeab804c792274819326825dd4443e5fb.tar.bz2
net: move kBluetoothAddressSize constant into winsock_util.h
This seems to be a more appropriate place for this constant rather than in the generic net_util.h, since this is a Windows specific bluetooth constant. BUG=488531 R=eroman@chromium.org TBR=reillyg@chromium.org Review URL: https://codereview.chromium.org/1564103002 Cr-Commit-Position: refs/heads/master@{#368660}
Diffstat (limited to 'device')
-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 dfa6951..07e0764 100644
--- a/device/bluetooth/bluetooth_socket_win.cc
+++ b/device/bluetooth/bluetooth_socket_win.cc
@@ -22,8 +22,8 @@
#include "net/base/io_buffer.h"
#include "net/base/ip_endpoint.h"
#include "net/base/net_errors.h"
-#include "net/base/net_util.h"
#include "net/base/winsock_init.h"
+#include "net/base/winsock_util.h"
namespace {