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