| Index: sync/engine/clear_data_command.cc
|
| diff --git a/chrome/browser/sync/engine/clear_data_command.cc b/sync/engine/clear_data_command.cc
|
| similarity index 90%
|
| rename from chrome/browser/sync/engine/clear_data_command.cc
|
| rename to sync/engine/clear_data_command.cc
|
| index e6f21cc811cb8b4e7be170d715b3711bfff5a2e3..e7d7343845ed4b34aaa7941e8cc3fa86d865f0ba 100644
|
| --- a/chrome/browser/sync/engine/clear_data_command.cc
|
| +++ b/sync/engine/clear_data_command.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/engine/clear_data_command.h"
|
| +#include "sync/engine/clear_data_command.h"
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/sync/engine/syncer.h"
|
| -#include "chrome/browser/sync/engine/syncer_proto_util.h"
|
| -#include "chrome/browser/sync/engine/syncproto.h"
|
| -#include "chrome/browser/sync/sessions/sync_session.h"
|
| +#include "sync/engine/syncer.h"
|
| +#include "sync/engine/syncer_proto_util.h"
|
| +#include "sync/engine/syncproto.h"
|
| +#include "sync/sessions/sync_session.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|