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

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

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) Created 4 years, 11 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/SQLStatementErrorCallback.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatementErrorCallback.h b/third_party/WebKit/Source/modules/webdatabase/SQLStatementErrorCallback.h
index 8393edd8ab3121c3f5633892ff64cfb4f1ceb41c..aa18f6d6cbc5b20f96ec4f4b56e767abe6196761 100644
--- a/third_party/WebKit/Source/modules/webdatabase/SQLStatementErrorCallback.h
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatementErrorCallback.h
@@ -43,6 +43,6 @@ public:
virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
};
-}
+} // namespace blink
#endif // SQLStatementErrorCallback_h

Powered by Google App Engine
This is Rietveld 408576698