| Index: components/sync_driver/shared_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor.cc b/components/sync_driver/shared_change_processor.cc
|
| similarity index 99%
|
| rename from chrome/browser/sync/glue/shared_change_processor.cc
|
| rename to components/sync_driver/shared_change_processor.cc
|
| index 1a122686cef3c5a082f7165b8354ad2e5d546824..32c42d8e444c4e8cc811f77d1dd8750f83261c48 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor.cc
|
| +++ b/components/sync_driver/shared_change_processor.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.h"
|
| +#include "components/sync_driver/shared_change_processor.h"
|
|
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "components/sync_driver/generic_change_processor.h"
|
|
|