| Index: components/sync/model/change_processor_mock.cc
|
| diff --git a/components/sync/driver/change_processor_mock.cc b/components/sync/model/change_processor_mock.cc
|
| similarity index 86%
|
| rename from components/sync/driver/change_processor_mock.cc
|
| rename to components/sync/model/change_processor_mock.cc
|
| index cf75e56e146ec90076909715fd05c79562237f3b..033435ec4cf44b17cfd6ea512b98b61e4907925b 100644
|
| --- a/components/sync/driver/change_processor_mock.cc
|
| +++ b/components/sync/model/change_processor_mock.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 "components/sync/driver/change_processor_mock.h"
|
| +#include "components/sync/model/change_processor_mock.h"
|
|
|
| #include "base/compiler_specific.h"
|
|
|
|
|