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

Unified Diff: content/browser/database_util_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 | « content/browser/database_quota_client_unittest.cc ('k') | content/browser/databases_table_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/database_util_unittest.cc
diff --git a/webkit/browser/database/database_util_unittest.cc b/content/browser/database_util_unittest.cc
similarity index 98%
rename from webkit/browser/database/database_util_unittest.cc
rename to content/browser/database_util_unittest.cc
index 6d3c08d9ba57fca57df854dc91fe78bde67753fc..30d0ad92b0a3695f5d6c732cd25cf1947b3f372d 100644
--- a/webkit/browser/database/database_util_unittest.cc
+++ b/content/browser/database_util_unittest.cc
@@ -40,7 +40,7 @@ static void TestValidOriginIdentifier(bool expected_result,
DatabaseUtil::IsValidOriginIdentifier(id));
}
-namespace webkit_database {
+namespace content {
// Test DatabaseUtil::CrackVfsFilePath on various inputs.
TEST(DatabaseUtilTest, CrackVfsFilePathTest) {
@@ -72,4 +72,4 @@ TEST(DatabaseUtilTest, IsValidOriginIdentifier) {
TestValidOriginIdentifier(false, std::string("bad\0id", 6));
}
-} // namespace webkit_database
+} // namespace content
« no previous file with comments | « content/browser/database_quota_client_unittest.cc ('k') | content/browser/databases_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698