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

Unified Diff: components/sync/test/engine/fake_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
Index: components/sync/test/engine/fake_model_worker.h
diff --git a/components/sync/test/engine/fake_model_worker.h b/components/sync/test/engine/fake_model_worker.h
index 72586d27a5a277e1ede632fce4fe32043da078f4..3e5445c11e3050431df07b30a9cf234ff3dac3a2 100644
--- a/components/sync/test/engine/fake_model_worker.h
+++ b/components/sync/test/engine/fake_model_worker.h
@@ -5,9 +5,6 @@
#ifndef COMPONENTS_SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
#define COMPONENTS_SYNC_TEST_ENGINE_FAKE_MODEL_WORKER_H_
-#include <vector>
-
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/threading/non_thread_safe.h"
#include "components/sync/base/syncer_error.h"
@@ -22,7 +19,6 @@ class FakeModelWorker : public ModelSafeWorker, public base::NonThreadSafe {
explicit FakeModelWorker(ModelSafeGroup group);
// ModelSafeWorker implementation.
- void RegisterForLoopDestruction() override;
ModelSafeGroup GetModelSafeGroup() override;
protected:
« no previous file with comments | « components/sync/syncable/directory_backing_store.cc ('k') | components/sync/test/engine/fake_model_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698