summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter.cc
diff options
context:
space:
mode:
authorajose <ajose@chromium.org>2015-07-28 16:42:27 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 23:43:09 +0000
commit1e515a6cb6dea7df8a92dd51fe5bd55759ec34ca (patch)
tree291a1ac4618af3f36025b67fd1a049326a4ab89a /device/bluetooth/bluetooth_adapter.cc
parentd937879ed54975426f3c5c9e5b1366847e7b85fa (diff)
downloadchromium_src-1e515a6cb6dea7df8a92dd51fe5bd55759ec34ca.zip
chromium_src-1e515a6cb6dea7df8a92dd51fe5bd55759ec34ca.tar.gz
chromium_src-1e515a6cb6dea7df8a92dd51fe5bd55759ec34ca.tar.bz2
Make use of '// static' consistent.
Review URL: https://codereview.chromium.org/1211973011 Cr-Commit-Position: refs/heads/master@{#340807}
Diffstat (limited to 'device/bluetooth/bluetooth_adapter.cc')
-rw-r--r--device/bluetooth/bluetooth_adapter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc
index 2aa2b66..747ac60 100644
--- a/device/bluetooth/bluetooth_adapter.cc
+++ b/device/bluetooth/bluetooth_adapter.cc
@@ -18,7 +18,7 @@ BluetoothAdapter::ServiceOptions::~ServiceOptions() {
#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS) && !defined(OS_MACOSX) && \
!defined(OS_WIN)
-//static
+// static
base::WeakPtr<BluetoothAdapter> BluetoothAdapter::CreateAdapter(
const InitCallback& init_callback) {
return base::WeakPtr<BluetoothAdapter>();