Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: webkit/browser/database/database_util.cc

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/database/database_util.h ('k') | webkit/browser/database/databases_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/database_util.cc
diff --git a/webkit/browser/database/database_util.cc b/webkit/browser/database/database_util.cc
index 14a54551ae7af91d8eaed4b9abf78a702816ff67..c6d797a1d50532210719e18230e374765ba0d085 100644
--- a/webkit/browser/database/database_util.cc
+++ b/webkit/browser/database/database_util.cc
@@ -10,7 +10,7 @@
#include "webkit/browser/database/vfs_backend.h"
#include "webkit/common/database/database_identifier.h"
-namespace webkit_database {
+namespace storage {
namespace {
@@ -105,4 +105,4 @@ bool DatabaseUtil::IsValidOriginIdentifier(
return GetOriginFromIdentifier(origin_identifier).is_valid();
}
-} // namespace webkit_database
+} // namespace storage
« no previous file with comments | « webkit/browser/database/database_util.h ('k') | webkit/browser/database/databases_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698