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

Unified Diff: components/history/core/browser/history_client.cc

Issue 934083003: Cleanup HistoryService and HistoryBackend interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-backend-provider
Patch Set: Created 5 years, 10 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/browser/history_client.cc
diff --git a/components/history/core/browser/history_client.cc b/components/history/core/browser/history_client.cc
index 2dba777f7340929ddbd82be0ff9aa2e0ec6f033f..8e5171f68f44209828386790218b4090973f712e 100644
--- a/components/history/core/browser/history_client.cc
+++ b/components/history/core/browser/history_client.cc
@@ -6,6 +6,9 @@
namespace history {
+HistoryClient::HistoryClient() {
+}
+
void HistoryClient::BlockUntilBookmarksLoaded() {
}
@@ -23,7 +26,4 @@ bool HistoryClient::ShouldReportDatabaseError() {
return false;
}
-HistoryClient::HistoryClient() {
-}
-
-}
+} // namespace history

Powered by Google App Engine
This is Rietveld 408576698