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

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

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/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"

Powered by Google App Engine
This is Rietveld 408576698