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

Unified Diff: components/sync_sessions/revisit/offset_tab_matcher.h

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/offset_tab_matcher.h
diff --git a/components/sync_driver/revisit/offset_tab_matcher.h b/components/sync_sessions/revisit/offset_tab_matcher.h
similarity index 76%
rename from components/sync_driver/revisit/offset_tab_matcher.h
rename to components/sync_sessions/revisit/offset_tab_matcher.h
index 720527d97d8ee61fc26903baef99dac0cd5b3d33..ca505900f4df24b28ba5e1517f43190b5bf11d8d 100644
--- a/components/sync_driver/revisit/offset_tab_matcher.h
+++ b/components/sync_sessions/revisit/offset_tab_matcher.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_DRIVER_OFFSET_TAB_MATCHER_H_
-#define COMPONENTS_SYNC_DRIVER_OFFSET_TAB_MATCHER_H_
+#ifndef COMPONENTS_SYNC_SESSIONS_REVISIT_OFFSET_TAB_MATCHER_H_
+#define COMPONENTS_SYNC_SESSIONS_REVISIT_OFFSET_TAB_MATCHER_H_
#include "components/sessions/core/session_types.h"
-#include "components/sync_driver/revisit/page_equality.h"
-#include "components/sync_driver/revisit/page_visit_observer.h"
+#include "components/sync_sessions/revisit/page_equality.h"
+#include "components/sync_sessions/revisit/page_visit_observer.h"
-namespace sync_driver {
+namespace sync_sessions {
// This class looks for tabs that have matching pages that are not the current
// navigation entry. This corresponds to the pages you would arrive at if you
@@ -35,6 +35,6 @@ class OffsetTabMatcher {
DISALLOW_COPY_AND_ASSIGN(OffsetTabMatcher);
};
-} // namespace sync_driver
+} // namespace sync_sessions
-#endif // COMPONENTS_SYNC_DRIVER_OFFSET_TAB_MATCHER_H_
+#endif // COMPONENTS_SYNC_SESSIONS_REVISIT_OFFSET_TAB_MATCHER_H_

Powered by Google App Engine
This is Rietveld 408576698