| Index: sync/engine/non_blocking_type_processor.cc
|
| diff --git a/sync/internal_api/non_blocking_type_processor.cc b/sync/engine/non_blocking_type_processor.cc
|
| similarity index 91%
|
| rename from sync/internal_api/non_blocking_type_processor.cc
|
| rename to sync/engine/non_blocking_type_processor.cc
|
| index d426443a03c961d3824a18a4873e1b7c2ec66a93..68c65a228776550453eef1e84878f3fa7cb5b780 100644
|
| --- a/sync/internal_api/non_blocking_type_processor.cc
|
| +++ b/sync/engine/non_blocking_type_processor.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/internal_api/public/non_blocking_type_processor.h"
|
| +#include "sync/engine/non_blocking_type_processor.h"
|
|
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "sync/engine/non_blocking_type_processor_core.h"
|
| @@ -11,10 +11,11 @@
|
| namespace syncer {
|
|
|
| NonBlockingTypeProcessor::NonBlockingTypeProcessor(ModelType type)
|
| - : type_(type),
|
| - is_preferred_(false),
|
| - is_connected_(false),
|
| - weak_ptr_factory_(this) {}
|
| + : type_(type),
|
| + is_preferred_(false),
|
| + is_connected_(false),
|
| + weak_ptr_factory_(this) {
|
| +}
|
|
|
| NonBlockingTypeProcessor::~NonBlockingTypeProcessor() {
|
| }
|
|
|