| Index: chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc b/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| index a535dba0dfa28fd90dd52d8efb1c11f4fba3de7f..2f951928ce058327bdeba6ea6ba98de201a02824 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| @@ -186,8 +186,9 @@ NTPUserDataLogger::NTPUserDataLogger(content::WebContents* contents)
|
| // been used to populate the page, and we want to learn about its state when
|
| // the NTP is being generated.
|
| if (contents) {
|
| - ProfileSyncService* sync = ProfileSyncServiceFactory::GetForProfile(
|
| - Profile::FromBrowserContext(contents->GetBrowserContext()));
|
| + browser_sync::ProfileSyncService* sync =
|
| + ProfileSyncServiceFactory::GetForProfile(
|
| + Profile::FromBrowserContext(contents->GetBrowserContext()));
|
| if (sync) {
|
| sync_sessions::SessionsSyncManager* sessions =
|
| static_cast<sync_sessions::SessionsSyncManager*>(
|
|
|