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

Unified Diff: webkit/browser/database/databases_table.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_util.cc ('k') | webkit/browser/database/databases_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/databases_table.h
diff --git a/webkit/browser/database/databases_table.h b/webkit/browser/database/databases_table.h
index 4a20ec11871cd62171d401ff75d0e32b82a6ce7f..d128b9de19246669518ab0c4c337abb4239636d7 100644
--- a/webkit/browser/database/databases_table.h
+++ b/webkit/browser/database/databases_table.h
@@ -14,7 +14,7 @@ namespace sql {
class Connection;
}
-namespace webkit_database {
+namespace storage {
struct WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE DatabaseDetails {
DatabaseDetails();
@@ -49,6 +49,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE DatabasesTable {
sql::Connection* db_;
};
-} // namespace webkit_database
+} // namespace storage
#endif // WEBKIT_BROWSER_DATABASE_DATABASES_TABLE_H_
« no previous file with comments | « webkit/browser/database/database_util.cc ('k') | webkit/browser/database/databases_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698