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

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

Issue 1198373002: Split HistoryClient in two objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1192403002
Patch Set: Add comments in ChromeHistoryBackendClient Created 5 years, 6 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_backend_client.cc
diff --git a/components/history/core/browser/visit_delegate.cc b/components/history/core/browser/history_backend_client.cc
similarity index 57%
copy from components/history/core/browser/visit_delegate.cc
copy to components/history/core/browser/history_backend_client.cc
index 5df16c5cf3e537b9be40a8aa431784a6287acef1..082a07d934f3bbb0e979609d40d2d7aef6fbc509 100644
--- a/components/history/core/browser/visit_delegate.cc
+++ b/components/history/core/browser/history_backend_client.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/history/core/browser/visit_delegate.h"
+#include "components/history/core/browser/history_backend_client.h"
namespace history {
-VisitDelegate::VisitDelegate() {
+HistoryBackendClient::HistoryBackendClient() {
}
-VisitDelegate::~VisitDelegate() {
+HistoryBackendClient::~HistoryBackendClient() {
}
} // namespace history
« no previous file with comments | « components/history/core/browser/history_backend_client.h ('k') | components/history/core/browser/history_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698