| Index: components/sync/engine_impl/commit_contributor.cc
|
| diff --git a/sync/engine/commit_contributor.cc b/components/sync/engine_impl/commit_contributor.cc
|
| similarity index 83%
|
| rename from sync/engine/commit_contributor.cc
|
| rename to components/sync/engine_impl/commit_contributor.cc
|
| index 6410c63ccf89cfaecb0163864eca7a4398c5df2b..b9092934223c4b8213959db76639c3518401c389 100644
|
| --- a/sync/engine/commit_contributor.cc
|
| +++ b/components/sync/engine_impl/commit_contributor.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/engine/commit_contributor.h"
|
| +#include "components/sync/engine_impl/commit_contributor.h"
|
|
|
| namespace syncer {
|
|
|
|
|