Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseCallback.h |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseCallback.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseCallback.h |
| index 59d0903f3333fe83218cafda7d83870d9a2e664d..2e05e2ccb59d5a87ee240a4a392c4bdfde358578 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseCallback.h |
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseCallback.h |
| @@ -44,6 +44,6 @@ public: |
| virtual bool handleEvent(Database*) = 0; |
| }; |
| -} |
| +} // namespace blink |
| #endif // DatabaseCallback_h |