Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLValue.cpp |
| diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLValue.cpp b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLValue.cpp |
| index 043cf57787c5bf45ebfe12a8f77f55278cd0457b..e270eeedb69e2cd6e31e199d16aea16553e3b947 100644 |
| --- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLValue.cpp |
| +++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLValue.cpp |
| @@ -52,4 +52,4 @@ double SQLValue::number() const |
| return m_number; |
| } |
| -} |
| +} // namespace blink |