Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: device/bluetooth/bluetooth_local_gatt_service_bluez.cc

Issue 1893553002: FIx static initializers from r387516. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_local_gatt_service_bluez.cc
diff --git a/device/bluetooth/bluetooth_local_gatt_service_bluez.cc b/device/bluetooth/bluetooth_local_gatt_service_bluez.cc
index c63e2287821425943049a15e6e74d74e549f5a7c..7a206021123a86ceea2ea6519774fea8cf8d8c41 100644
--- a/device/bluetooth/bluetooth_local_gatt_service_bluez.cc
+++ b/device/bluetooth/bluetooth_local_gatt_service_bluez.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <iostream>
-
#include "base/bind.h"
#include "base/callback.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698