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

Unified Diff: chrome/browser/ui/webui/options/clear_browser_data_handler.h

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. 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/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_;
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/browser/ui/webui/options/create_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698