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

Unified Diff: components/history/core/test/test_history_database.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/test_history_database.cc
diff --git a/components/history/core/test/test_history_database.cc b/components/history/core/test/test_history_database.cc
index d2c76c7a6dea63c64b1e8695d1f08abde321eeb5..ca5f275723e828578a3aad12c83e923cd7279600 100644
--- a/components/history/core/test/test_history_database.cc
+++ b/components/history/core/test/test_history_database.cc
@@ -7,10 +7,8 @@
#include "components/history/core/browser/history_database_params.h"
namespace history {
-namespace {
const DownloadInterruptReason kTestDownloadInterruptReasonNone = 0;
const DownloadInterruptReason kTestDownloadInterruptReasonCrash = 1;
-} // namespace
TestHistoryDatabase::TestHistoryDatabase()
: HistoryDatabase(kTestDownloadInterruptReasonNone,
« no previous file with comments | « components/history/core/test/test_history_database.h ('k') | components/history/ios/browser/history_database_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698