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

Unified Diff: components/sync_sessions/revisit/current_tab_matcher.cc

Issue 1387253004: [Sync] Creating sync_sessions component, moving revisit logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing test_support target. Created 5 years, 2 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/sync_sessions/revisit/current_tab_matcher.cc
diff --git a/components/sync_driver/revisit/current_tab_matcher.cc b/components/sync_sessions/revisit/current_tab_matcher.cc
similarity index 93%
rename from components/sync_driver/revisit/current_tab_matcher.cc
rename to components/sync_sessions/revisit/current_tab_matcher.cc
index 13e63f99c56026c843eb211e5a16f34da7bf3c82..3976b4ed5ae1b19658541eeba14e8727fab4497a 100644
--- a/components/sync_driver/revisit/current_tab_matcher.cc
+++ b/components/sync_sessions/revisit/current_tab_matcher.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync_driver/revisit/current_tab_matcher.h"
+#include "components/sync_sessions/revisit/current_tab_matcher.h"
#include "base/metrics/histogram_macros.h"
#include "base/time/time.h"
#include "components/sessions/core/serialized_navigation_entry.h"
-namespace sync_driver {
+namespace sync_sessions {
CurrentTabMatcher::CurrentTabMatcher(const PageEquality& page_equality)
: page_equality_(page_equality) {}
@@ -43,4 +43,4 @@ void CurrentTabMatcher::Emit(
}
}
-} // namespace sync_driver
+} // namespace sync_sessions

Powered by Google App Engine
This is Rietveld 408576698