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

Unified Diff: content/browser/database_quota_client_unittest.cc

Issue 281383003: Move remaining database unit tests from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | content/browser/database_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/database_quota_client_unittest.cc
diff --git a/webkit/browser/database/database_quota_client_unittest.cc b/content/browser/database_quota_client_unittest.cc
similarity index 98%
rename from webkit/browser/database/database_quota_client_unittest.cc
rename to content/browser/database_quota_client_unittest.cc
index ffdcda01ec6faa95baa5a5c1d2b691ef622f59ac..1dfe636de0594c44ca62a8db8cb518016cf383db 100644
--- a/webkit/browser/database/database_quota_client_unittest.cc
+++ b/content/browser/database_quota_client_unittest.cc
@@ -17,7 +17,11 @@
#include "webkit/browser/database/database_util.h"
#include "webkit/common/database/database_identifier.h"
-namespace webkit_database {
+using webkit_database::DatabaseQuotaClient;
+using webkit_database::DatabaseTracker;
+using webkit_database::OriginInfo;
+
+namespace content {
// Declared to shorten the line lengths.
static const quota::StorageType kTemp = quota::kStorageTypeTemporary;
@@ -282,4 +286,4 @@ TEST_F(DatabaseQuotaClientTest, DeleteOriginData) {
EXPECT_EQ(2, mock_tracker()->delete_called_count());
}
-} // namespace webkit_database
+} // namespace content
« no previous file with comments | « no previous file | content/browser/database_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698