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

Unified Diff: chrome/browser/sync/engine/mock_model_safe_workers.h

Issue 7891054: Add GROUP_FILE ModelSafeGroup (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix worker count in unittest Created 9 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
« no previous file with comments | « no previous file | chrome/browser/sync/engine/mock_model_safe_workers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/mock_model_safe_workers.h
diff --git a/chrome/browser/sync/engine/mock_model_safe_workers.h b/chrome/browser/sync/engine/mock_model_safe_workers.h
index e5526cf012c2231000496022449decd1d57e6b66..efe2a1e94ddaf4c7909133ccb38cd648bd08c70e 100644
--- a/chrome/browser/sync/engine/mock_model_safe_workers.h
+++ b/chrome/browser/sync/engine/mock_model_safe_workers.h
@@ -24,6 +24,11 @@ class MockDBModelWorker : public ModelSafeWorker {
virtual ModelSafeGroup GetModelSafeGroup();
};
+class MockFileModelWorker : public ModelSafeWorker {
+ public:
+ virtual ModelSafeGroup GetModelSafeGroup();
+};
+
class MockModelSafeWorkerRegistrar : public ModelSafeWorkerRegistrar {
public:
virtual ~MockModelSafeWorkerRegistrar();
« no previous file with comments | « no previous file | chrome/browser/sync/engine/mock_model_safe_workers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698