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

Unified Diff: components/history/core/test/database_test_utils.cc

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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
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;
« no previous file with comments | « components/history/core/test/database_test_utils.h ('k') | components/history/core/test/test_history_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698