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 |