| Index: content/common/db_message_filter.cc
|
| ===================================================================
|
| --- content/common/db_message_filter.cc (revision 163460)
|
| +++ content/common/db_message_filter.cc (working copy)
|
| @@ -8,6 +8,8 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
|
|
| +namespace content {
|
| +
|
| DBMessageFilter::DBMessageFilter() {
|
| }
|
|
|
| @@ -51,3 +53,5 @@
|
| WebKit::WebDatabase::closeDatabaseImmediately(
|
| origin_identifier, database_name);
|
| }
|
| +
|
| +} // namespace content
|
|
|