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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h

Issue 2848243004: Clean up bindings/core/v8 (Part 2) (Closed)
Patch Set: Rebase Created 3 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: third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
index 57ee7f9ce7c8011764b34e78f2013f89ae5fe729..76afc9123566c8147dd7cc7d8be3e209f6b9d3a8 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
@@ -29,9 +29,9 @@
#ifndef SQLResultSet_h
#define SQLResultSet_h
-#include "bindings/core/v8/ScriptWrappable.h"
#include "modules/webdatabase/DatabaseBasicTypes.h"
#include "modules/webdatabase/SQLResultSetRowList.h"
+#include "platform/bindings/ScriptWrappable.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698