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

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

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_tracker.cc ('k') | webkit/browser/database/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/database_util.h
diff --git a/webkit/browser/database/database_util.h b/webkit/browser/database/database_util.h
index e6c0465f632d3ea0f149942ace204fb402dcdb25..9c45e27603d1c88e0dfff2e0c8f0652b48a17472 100644
--- a/webkit/browser/database/database_util.h
+++ b/webkit/browser/database/database_util.h
@@ -14,7 +14,7 @@ namespace base {
class FilePath;
}
-namespace webkit_database {
+namespace storage {
class DatabaseTracker;
@@ -34,6 +34,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT DatabaseUtil {
static bool IsValidOriginIdentifier(const std::string& origin_identifier);
};
-} // namespace webkit_database
+} // namespace storage
#endif // WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
« no previous file with comments | « webkit/browser/database/database_tracker.cc ('k') | webkit/browser/database/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698