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

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

Issue 1107683003: Remove dependency of history_unittests on content::DownloadInterruptReason (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove duplicate #include 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
« no previous file with comments | « components/history/core/test/test_history_database.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698