Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionErrorCallback.h |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionErrorCallback.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionErrorCallback.h |
| index edd169ce4ff54f02e44302004dc25d2324fea045..55df484c137ea1028d83836a0db96a0c97a16e27 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionErrorCallback.h |
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionErrorCallback.h |
| @@ -42,6 +42,6 @@ public: |
| virtual bool handleEvent(SQLError*) = 0; |
| }; |
| -} |
| +} // namespace blink |
| #endif // SQLTransactionErrorCallback_h |