summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_socket_win.h
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2015-04-29 14:25:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-29 21:27:26 +0000
commit75727f2f2a3196e77c3c14ee4647ed0a5e3405ec (patch)
treeb80f1ad0b41a773237be4ebba8af71661597e1d0 /device/bluetooth/bluetooth_socket_win.h
parenta960b5558d7210bb5bfa67a832f800bb36e629a7 (diff)
downloadchromium_src-75727f2f2a3196e77c3c14ee4647ed0a5e3405ec.zip
chromium_src-75727f2f2a3196e77c3c14ee4647ed0a5e3405ec.tar.gz
chromium_src-75727f2f2a3196e77c3c14ee4647ed0a5e3405ec.tar.bz2
Apply automated fixits for Chrome clang plugin to device.
Working on trimming down plugin warnings on the Windows clang build. BUG=467287 TBR=keybuk@chromium.org Review URL: https://codereview.chromium.org/1119513002 Cr-Commit-Position: refs/heads/master@{#327554}
Diffstat (limited to 'device/bluetooth/bluetooth_socket_win.h')
-rw-r--r--device/bluetooth/bluetooth_socket_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_socket_win.h b/device/bluetooth/bluetooth_socket_win.h
index b5d3ef8..c7b4ab1 100644
--- a/device/bluetooth/bluetooth_socket_win.h
+++ b/device/bluetooth/bluetooth_socket_win.h
@@ -51,7 +51,7 @@ class BluetoothSocketWin : public BluetoothSocketNet {
const ErrorCompletionCallback& error_callback);
// BluetoothSocketNet:
- void ResetData();
+ void ResetData() override;
// BluetoothSocket:
void Accept(const AcceptCompletionCallback& success_callback,