Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/SQLStatementCallback.h |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatementCallback.h b/third_party/WebKit/Source/modules/webdatabase/SQLStatementCallback.h |
| index cc42086e7c47e33809f81a0e49dda15b98f98a99..1bc0ece589dafed8d5eb3086b80aedc29f27e929 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLStatementCallback.h |
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatementCallback.h |
| @@ -42,6 +42,6 @@ public: |
| virtual bool handleEvent(SQLTransaction*, SQLResultSet*) = 0; |
| }; |
| -} |
| +} // namespace blink |
| #endif // SQLStatementErrorCallback_h |