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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
index 005d4c720827e71ab4db9dbfe26d42976894c83f..5b7593c3cd0415930a0c42e1b6b2fd409d4ff05b 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.cpp
@@ -4,10 +4,10 @@
#include "modules/bluetooth/BluetoothAttributeInstanceMap.h"
-#include "modules/bluetooth/BluetoothDevice.h"
-#include "modules/bluetooth/BluetoothRemoteGATTService.h"
#include <memory>
#include <utility>
+#include "modules/bluetooth/BluetoothDevice.h"
+#include "modules/bluetooth/BluetoothRemoteGATTService.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698