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

Unified Diff: Source/modules/bluetooth/BluetoothError.h

Issue 1106263003: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/modules/background_sync/SyncManager.cpp ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothError.h
diff --git a/Source/modules/bluetooth/BluetoothError.h b/Source/modules/bluetooth/BluetoothError.h
index d1e982f292bdffa3c015bb673c6b8b527c30cc41..fd9e2ca1ce6f071cbdd5c7cc01bb4ded7cede3d0 100644
--- a/Source/modules/bluetooth/BluetoothError.h
+++ b/Source/modules/bluetooth/BluetoothError.h
@@ -6,6 +6,7 @@
#define BluetoothError_h
#include "platform/heap/Handle.h"
+#include "public/platform/modules/bluetooth/WebBluetoothError.h"
namespace blink {
@@ -21,7 +22,7 @@ public:
// Interface required by CallbackPromiseAdapter:
typedef WebBluetoothError WebType;
static DOMException* take(ScriptPromiseResolver*, WebBluetoothError*);
- static void dispose(blink::WebBluetoothError*);
+ static void dispose(WebBluetoothError*);
private:
BluetoothError() = delete;
« no previous file with comments | « Source/modules/background_sync/SyncManager.cpp ('k') | Source/modules/crypto/CryptoKey.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698