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

Unified Diff: components/rlz/rlz_tracker_delegate.cc

Issue 1212163011: Componentize chrome/browser/rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 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/rlz/rlz_tracker_delegate.h ('k') | components/rlz/rlz_tracker_ios.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rlz/rlz_tracker_delegate.cc
diff --git a/components/history/core/browser/visit_delegate.cc b/components/rlz/rlz_tracker_delegate.cc
similarity index 50%
copy from components/history/core/browser/visit_delegate.cc
copy to components/rlz/rlz_tracker_delegate.cc
index 5df16c5cf3e537b9be40a8aa431784a6287acef1..84f35aa21b56be05ffe5962d6db2c4e044454eed 100644
--- a/components/history/core/browser/visit_delegate.cc
+++ b/components/rlz/rlz_tracker_delegate.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/rlz/rlz_tracker_delegate.h"
-namespace history {
+namespace rlz {
-VisitDelegate::VisitDelegate() {
+RLZTrackerDelegate::RLZTrackerDelegate() {
}
-VisitDelegate::~VisitDelegate() {
+RLZTrackerDelegate::~RLZTrackerDelegate() {
}
-} // namespace history
+} // namespace rlz
« no previous file with comments | « components/rlz/rlz_tracker_delegate.h ('k') | components/rlz/rlz_tracker_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698