| Index: components/sync/base/invalidation_adapter.cc
|
| diff --git a/components/sync/driver/invalidation_adapter.cc b/components/sync/base/invalidation_adapter.cc
|
| similarity index 93%
|
| rename from components/sync/driver/invalidation_adapter.cc
|
| rename to components/sync/base/invalidation_adapter.cc
|
| index 8e9226f0c0d38eb3af5330a5c4150a8b041dcd0e..ab4c167da68b536485c4c701a2ec5fb83b71ad46 100644
|
| --- a/components/sync/driver/invalidation_adapter.cc
|
| +++ b/components/sync/base/invalidation_adapter.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/invalidation_adapter.h"
|
| +#include "components/sync/base/invalidation_adapter.h"
|
|
|
| namespace syncer {
|
|
|
|
|