| Index: components/sync/engine/cycle/commit_counters.cc
|
| diff --git a/components/sync/sessions/commit_counters.cc b/components/sync/engine/cycle/commit_counters.cc
|
| similarity index 95%
|
| rename from components/sync/sessions/commit_counters.cc
|
| rename to components/sync/engine/cycle/commit_counters.cc
|
| index e54723d2cdceca0bd8f552acf1d3c39db9e59849..95d03281170b7121aa2c894ca884c352bf5b31e8 100644
|
| --- a/components/sync/sessions/commit_counters.cc
|
| +++ b/components/sync/engine/cycle/commit_counters.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/sessions/commit_counters.h"
|
| +#include "components/sync/engine/cycle/commit_counters.h"
|
|
|
| #include "base/json/json_string_value_serializer.h"
|
| #include "base/values.h"
|
|
|