| Index: chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.h b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| index 4538bf98ba0c97bae21e3734b8597e451262ac11..5f805881a2768ac86b094ac42af777f1567f3cf7 100644
|
| --- a/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| +++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| @@ -84,7 +84,7 @@ class ClearBrowserDataHandler : public OptionsPageUIHandler,
|
| ScopedVector<browsing_data::BrowsingDataCounter> counters_;
|
|
|
| // Informs us whether the user is syncing their data.
|
| - ProfileSyncService* sync_service_;
|
| + browser_sync::ProfileSyncService* sync_service_;
|
|
|
| // Whether we should show a notice about other forms of browsing history.
|
| bool should_show_history_notice_;
|
|
|