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

Unified Diff: chrome/browser/sync/sessions/page_revisit_broadcaster.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
« no previous file with comments | « chrome/browser/sync/DEPS ('k') | chrome/browser/sync/sessions/page_revisit_broadcaster.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sessions/page_revisit_broadcaster.h
diff --git a/chrome/browser/sync/sessions/page_revisit_broadcaster.h b/chrome/browser/sync/sessions/page_revisit_broadcaster.h
index 7c7ba614e1ce16168b998cf01c470c2fcd0287a7..d6d0fd42ae15635f46a955eea9e26bdc5dbb3a9c 100644
--- a/chrome/browser/sync/sessions/page_revisit_broadcaster.h
+++ b/chrome/browser/sync/sessions/page_revisit_broadcaster.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_SYNC_SESSIONS_PAGE_REVISIT_BROADCASTER_H_
#include "base/memory/scoped_vector.h"
-#include "components/sync_driver/revisit/page_visit_observer.h"
+#include "components/sync_sessions/revisit/page_visit_observer.h"
#include "ui/base/page_transition_types.h"
#include "url/gurl.h"
@@ -36,10 +36,10 @@ class PageRevisitBroadcaster {
// observers to depend on ui/, and the high bit masks don't work for emitting
// histograms. Some of the high bit masks correspond to cases we're
// particularly interested in and want to treat as first class values.
- static sync_driver::PageVisitObserver::TransitionType ConvertTransitionEnum(
+ static sync_sessions::PageVisitObserver::TransitionType ConvertTransitionEnum(
const ui::PageTransition original);
- ScopedVector<sync_driver::PageVisitObserver> revisit_observers_;
+ ScopedVector<sync_sessions::PageVisitObserver> revisit_observers_;
DISALLOW_COPY_AND_ASSIGN(PageRevisitBroadcaster);
};
« no previous file with comments | « chrome/browser/sync/DEPS ('k') | chrome/browser/sync/sessions/page_revisit_broadcaster.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698