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

Unified Diff: chrome/browser/ui/webui/foreign_session_handler.h

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix Android. Created 4 years, 3 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: chrome/browser/ui/webui/foreign_session_handler.h
diff --git a/chrome/browser/ui/webui/foreign_session_handler.h b/chrome/browser/ui/webui/foreign_session_handler.h
index 37fae2ce4be5e0e17695b21504bac22f4c83f9c6..6c48687c2c957f9aeb66d55150d7ef09ce779058 100644
--- a/chrome/browser/ui/webui/foreign_session_handler.h
+++ b/chrome/browser/ui/webui/foreign_session_handler.h
@@ -56,7 +56,7 @@ class ForeignSessionHandler : public content::WebUIMessageHandler,
SessionID::id_type window_num);
// Returns a pointer to the current session model associator or NULL.
- static sync_driver::OpenTabsUIDelegate* GetOpenTabsUIDelegate(
+ static sync_sessions::OpenTabsUIDelegate* GetOpenTabsUIDelegate(
content::WebUI* web_ui);
private:

Powered by Google App Engine
This is Rietveld 408576698