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

Unified Diff: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc

Issue 587453005: Cleanup: Remove some std::map::operator[] usage in ApiResourceManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc
index c52aea4f6d2b2278ba91c0ed336cec78eca4919d..c975a82f5f34a2db2516e28454f49aedbb3f21d4 100644
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc
@@ -4,6 +4,8 @@
#include "extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h"
+#include "base/lazy_instance.h"
+
namespace extensions {
static base::LazyInstance<BrowserContextKeyedAPIFactory<

Powered by Google App Engine
This is Rietveld 408576698