| Index: components/sync/engine/commit_queue.cc
|
| diff --git a/components/sync/engine_impl/commit_queue.cc b/components/sync/engine/commit_queue.cc
|
| similarity index 83%
|
| rename from components/sync/engine_impl/commit_queue.cc
|
| rename to components/sync/engine/commit_queue.cc
|
| index 5d8897970086e0f2dc3ea2176a48b65a64996a3e..acac040d27f7b2d0d0eeb34051d343351c154a50 100644
|
| --- a/components/sync/engine_impl/commit_queue.cc
|
| +++ b/components/sync/engine/commit_queue.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/engine_impl/commit_queue.h"
|
| +#include "components/sync/engine/commit_queue.h"
|
|
|
| namespace syncer_v2 {
|
|
|
|
|