Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h b/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h |
| index 399c8243879a847a6d705f891153948ce9d10440..eb37a9d2d0c2bae38a01a02bd3cae24a00da32f8 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h |
| +++ b/third_party/WebKit/Source/modules/webdatabase/QuotaTracker.h |
| @@ -64,6 +64,6 @@ private: |
| Mutex m_dataGuard; |
| }; |
| -} |
| +} // namespace blink |
| #endif // QuotaTracker_h |