| Index: components/sync/sessions/commit_counters.cc
|
| diff --git a/sync/internal_api/public/sessions/commit_counters.cc b/components/sync/sessions/commit_counters.cc
|
| similarity index 85%
|
| rename from sync/internal_api/public/sessions/commit_counters.cc
|
| rename to components/sync/sessions/commit_counters.cc
|
| index 195e1c44a57d1766a6f37273f83b1c738f59cd60..e54723d2cdceca0bd8f552acf1d3c39db9e59849 100644
|
| --- a/sync/internal_api/public/sessions/commit_counters.cc
|
| +++ b/components/sync/sessions/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 "sync/internal_api/public/sessions/commit_counters.h"
|
| +#include "components/sync/sessions/commit_counters.h"
|
|
|
| #include "base/json/json_string_value_serializer.h"
|
| #include "base/values.h"
|
| @@ -10,10 +10,10 @@
|
| namespace syncer {
|
|
|
| CommitCounters::CommitCounters()
|
| - : num_commits_attempted(0),
|
| - num_commits_success(0),
|
| - num_commits_conflict(0),
|
| - num_commits_error(0) {}
|
| + : num_commits_attempted(0),
|
| + num_commits_success(0),
|
| + num_commits_conflict(0),
|
| + num_commits_error(0) {}
|
|
|
| CommitCounters::~CommitCounters() {}
|
|
|
|
|