| 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
|
|
|