Index: chrome/browser/ui/webui/ntp/foreign_session_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/foreign_session_handler.h b/chrome/browser/ui/webui/ntp/foreign_session_handler.h |
index 25fb14e44d957aa82abdc02159440241b6392b5f..443f1245e8859de2d7dbdf98a1da1d1b5478e959 100644 |
--- a/chrome/browser/ui/webui/ntp/foreign_session_handler.h |
+++ b/chrome/browser/ui/webui/ntp/foreign_session_handler.h |
@@ -9,7 +9,7 @@ |
#include "base/time/time.h" |
#include "chrome/browser/sessions/session_service.h" |
-#include "chrome/browser/sync/glue/session_model_associator.h" |
+#include "chrome/browser/sync/open_tabs_ui_delegate.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/web_ui.h" |
@@ -50,7 +50,7 @@ class ForeignSessionHandler : public content::WebUIMessageHandler, |
DictionaryValue* dictionary); |
// Returns a pointer to the current session model associator or NULL. |
- static SessionModelAssociator* GetModelAssociator(content::WebUI* web_ui); |
+ static OpenTabsUIDelegate* GetOpenTabsUIDelegate(content::WebUI* web_ui); |
private: |
// Used to register ForeignSessionHandler for notifications. |