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

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

Issue 928033003: Ensure that Heap.h (not Visitor.h) is #included from Oilpan user code Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/platform/heap/Visitor.h » ('j') | Source/platform/heap/Visitor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothDiscovery.h
diff --git a/Source/modules/bluetooth/BluetoothDiscovery.h b/Source/modules/bluetooth/BluetoothDiscovery.h
index baf7b32daa469e323054db1a825e45412be43647..29a352ba47aa62fc999659b43d8faadaf21b1c57 100644
--- a/Source/modules/bluetooth/BluetoothDiscovery.h
+++ b/Source/modules/bluetooth/BluetoothDiscovery.h
@@ -6,7 +6,7 @@
#define BluetoothDiscovery_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "platform/heap/Visitor.h"
+#include "platform/heap/Heap.h"
haraken 2015/02/16 04:50:45 Heap.h => Handle.h
namespace blink {
« no previous file with comments | « no previous file | Source/platform/heap/Visitor.h » ('j') | Source/platform/heap/Visitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698