| Index: components/sync_driver/shared_change_processor_ref.cc
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor_ref.cc b/components/sync_driver/shared_change_processor_ref.cc
|
| similarity index 95%
|
| rename from chrome/browser/sync/glue/shared_change_processor_ref.cc
|
| rename to components/sync_driver/shared_change_processor_ref.cc
|
| index 632ec85111f665024e90b78b12a079755886dee3..87ec2d488b694fd730868f583928ad86518654d8 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor_ref.cc
|
| +++ b/components/sync_driver/shared_change_processor_ref.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 "chrome/browser/sync/glue/shared_change_processor_ref.h"
|
| +#include "components/sync_driver/shared_change_processor_ref.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|