Index: third_party/WebKit/Source/modules/webdatabase/SQLStatement.h |
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h |
index dcf11bf6802e3975ef311b278fb6de8dd470ea7e..da7a84b975f83fe5c665de859903abc843d0fbaa 100644 |
--- a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h |
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h |
@@ -28,8 +28,8 @@ |
#ifndef SQLStatement_h |
#define SQLStatement_h |
-#include "modules/webdatabase/sqlite/SQLValue.h" |
#include "modules/webdatabase/SQLResultSet.h" |
+#include "modules/webdatabase/sqlite/SQLValue.h" |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |