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

Unified Diff: sync/test/engine/injectable_sync_context_proxy.cc

Issue 1382743004: [Sync] Move ModelTypeProcessor* and rename *Impl to Shared*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also the test Created 5 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: sync/test/engine/injectable_sync_context_proxy.cc
diff --git a/sync/test/engine/injectable_sync_context_proxy.cc b/sync/test/engine/injectable_sync_context_proxy.cc
index 0999caf1a37374781eadd98349432e792d019428..5f87b335db887a060a5d26ee4c6f64a556121fd5 100644
--- a/sync/test/engine/injectable_sync_context_proxy.cc
+++ b/sync/test/engine/injectable_sync_context_proxy.cc
@@ -5,8 +5,8 @@
#include "sync/test/engine/injectable_sync_context_proxy.h"
#include "sync/engine/commit_queue.h"
-#include "sync/engine/model_type_processor_impl.h"
#include "sync/internal_api/public/activation_context.h"
+#include "sync/internal_api/public/shared_model_type_processor.h"
stanisc 2015/10/05 18:11:35 This class will be deleted in my change.
maxbogue 2015/10/08 17:59:56 Acknowledged.
namespace syncer_v2 {

Powered by Google App Engine
This is Rietveld 408576698