Index: content/common/database_util.cc |
=================================================================== |
--- content/common/database_util.cc (revision 163290) |
+++ content/common/database_util.cc (working copy) |
@@ -13,6 +13,8 @@ |
using WebKit::WebKitPlatformSupport; |
using WebKit::WebString; |
+namespace content { |
+ |
WebKitPlatformSupport::FileHandle DatabaseUtil::DatabaseOpenFile( |
const WebString& vfs_file_name, int desired_flags) { |
IPC::PlatformFileForTransit file_handle = |
@@ -60,3 +62,5 @@ |
filter->Send(new DatabaseHostMsg_GetSpaceAvailable(origin_identifier, &rv)); |
return rv; |
} |
+ |
+} // namespace content |