Chromium Code Reviews| 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 |