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

Unified Diff: components/sync_sessions/revisit/page_equality.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/page_equality.h
diff --git a/components/sync_driver/revisit/page_equality.h b/components/sync_sessions/revisit/page_equality.h
similarity index 73%
rename from components/sync_driver/revisit/page_equality.h
rename to components/sync_sessions/revisit/page_equality.h
index 7ad18d70d72883976e9d1d1982cc07d782980b02..e5b9f33a00ee3c013232c20193085f0a859e6bb9 100644
--- a/components/sync_driver/revisit/page_equality.h
+++ b/components/sync_sessions/revisit/page_equality.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_DRIVER_PAGE_EQUALITY_H_
-#define COMPONENTS_SYNC_DRIVER_PAGE_EQUALITY_H_
+#ifndef COMPONENTS_SYNC_SESSIONS_REVISIT_PAGE_EQUALITY_H_
+#define COMPONENTS_SYNC_SESSIONS_REVISIT_PAGE_EQUALITY_H_
-namespace sync_driver {
+namespace sync_sessions {
// An extremely simplistic approach to determining page equality, given two
// URLs. Some of the notable examples this fails to accommodate are varying
@@ -21,6 +21,6 @@ class PageEquality {
const GURL url_;
};
-} // namespace sync_driver
+} // namespace sync_sessions
-#endif // COMPONENTS_SYNC_DRIVER_PAGE_EQUALITY_H_
+#endif // COMPONENTS_SYNC_SESSIONS_REVISIT_PAGE_EQUALITY_H_

Powered by Google App Engine
This is Rietveld 408576698