Index: components/history/core/test/database_test_utils.cc |
diff --git a/components/history/core/test/database_test_utils.cc b/components/history/core/test/database_test_utils.cc |
index cdb4556070be341825a55bb4fedbe5142d13a333..b77e520af53372bb443f09f56dbe6bfa48651a27 100644 |
--- a/components/history/core/test/database_test_utils.cc |
+++ b/components/history/core/test/database_test_utils.cc |
@@ -10,8 +10,6 @@ |
namespace history { |
-namespace { |
- |
WARN_UNUSED_RESULT bool GetTestDataHistoryDir(base::FilePath* dir) { |
if (!PathService::Get(base::DIR_SOURCE_ROOT, dir)) |
return false; |
@@ -22,8 +20,6 @@ WARN_UNUSED_RESULT bool GetTestDataHistoryDir(base::FilePath* dir) { |
return true; |
} |
-} // namespace |
- |
WARN_UNUSED_RESULT bool CreateDatabaseFromSQL(const base::FilePath& db_path, |
const char* ascii_path) { |
base::FilePath dir; |