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

Unified Diff: components/sync/engine/passive_model_worker.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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
« no previous file with comments | « components/sync/engine/model_safe_worker.cc ('k') | components/sync/engine/passive_model_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/passive_model_worker.h
diff --git a/components/sync/engine/passive_model_worker.h b/components/sync/engine/passive_model_worker.h
index a8ddcfdfb690903e3582c5420ee91cae3e9ca0a5..999a587bbc9c5c478417133f2a4a319da1d123f5 100644
--- a/components/sync/engine/passive_model_worker.h
+++ b/components/sync/engine/passive_model_worker.h
@@ -5,7 +5,6 @@
#ifndef COMPONENTS_SYNC_ENGINE_PASSIVE_MODEL_WORKER_H_
#define COMPONENTS_SYNC_ENGINE_PASSIVE_MODEL_WORKER_H_
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "components/sync/base/syncer_error.h"
#include "components/sync/engine/model_safe_worker.h"
@@ -17,10 +16,9 @@ namespace syncer {
// thread).
class PassiveModelWorker : public ModelSafeWorker {
public:
- explicit PassiveModelWorker(WorkerLoopDestructionObserver* observer);
+ PassiveModelWorker();
// ModelSafeWorker implementation. Called on the sync thread.
- void RegisterForLoopDestruction() override;
ModelSafeGroup GetModelSafeGroup() override;
protected:
« no previous file with comments | « components/sync/engine/model_safe_worker.cc ('k') | components/sync/engine/passive_model_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698