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

Unified Diff: components/sync/engine_impl/directory_update_handler.h

Issue 2420213002: [USS] Show USS counters in Types tab (Closed)
Patch Set: rebase Created 4 years, 2 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: components/sync/engine_impl/directory_update_handler.h
diff --git a/components/sync/engine_impl/directory_update_handler.h b/components/sync/engine_impl/directory_update_handler.h
index 620ee7f5e87b4e70626380428a724971f9c4c3af..dafb6a962ecae70b9b6803f94b17486e50525457 100644
--- a/components/sync/engine_impl/directory_update_handler.h
+++ b/components/sync/engine_impl/directory_update_handler.h
@@ -23,7 +23,7 @@ class GetUpdatesResponse;
namespace syncer {
-class DirectoryTypeDebugInfoEmitter;
+class DataTypeDebugInfoEmitter;
class ModelSafeWorker;
class StatusController;
@@ -42,7 +42,7 @@ class DirectoryUpdateHandler : public UpdateHandler {
DirectoryUpdateHandler(syncable::Directory* dir,
ModelType type,
scoped_refptr<ModelSafeWorker> worker,
- DirectoryTypeDebugInfoEmitter* debug_info_emitter);
+ DataTypeDebugInfoEmitter* debug_info_emitter);
~DirectoryUpdateHandler() override;
// UpdateHandler implementation.
@@ -98,7 +98,7 @@ class DirectoryUpdateHandler : public UpdateHandler {
syncable::Directory* dir_;
ModelType type_;
scoped_refptr<ModelSafeWorker> worker_;
- DirectoryTypeDebugInfoEmitter* debug_info_emitter_;
+ DataTypeDebugInfoEmitter* debug_info_emitter_;
std::unique_ptr<sync_pb::GarbageCollectionDirective> cached_gc_directive_;
« no previous file with comments | « components/sync/engine_impl/directory_commit_contributor.cc ('k') | components/sync/engine_impl/directory_update_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698