Index: webkit/common/database/database_connections.cc |
diff --git a/webkit/common/database/database_connections.cc b/webkit/common/database/database_connections.cc |
index f85cbd68bb6c79993ce094bde51d50391bdf699e..bb2eaee0fe7108c77b9174958d1d2ed7139b79da 100644 |
--- a/webkit/common/database/database_connections.cc |
+++ b/webkit/common/database/database_connections.cc |
@@ -10,7 +10,7 @@ |
#include "base/message_loop/message_loop.h" |
#include "base/message_loop/message_loop_proxy.h" |
-namespace webkit_database { |
+namespace storage { |
DatabaseConnections::DatabaseConnections() { |
} |
@@ -172,4 +172,4 @@ void DatabaseConnectionsWrapper::RemoveOpenConnection( |
base::MessageLoop::current()->Quit(); |
} |
-} // namespace webkit_database |
+} // namespace storage |