| Index: sync/engine/clear_data_command_unittest.cc
|
| diff --git a/chrome/browser/sync/engine/clear_data_command_unittest.cc b/sync/engine/clear_data_command_unittest.cc
|
| similarity index 95%
|
| rename from chrome/browser/sync/engine/clear_data_command_unittest.cc
|
| rename to sync/engine/clear_data_command_unittest.cc
|
| index 08f842c707334d58b9c20ca0d0828140451e06fa..b94d08a019e5fa065661d8b495bcff2eeae6d536 100644
|
| --- a/chrome/browser/sync/engine/clear_data_command_unittest.cc
|
| +++ b/sync/engine/clear_data_command_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // 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 "chrome/browser/sync/test/engine/syncer_command_test.h"
|
| -#include "chrome/browser/sync/test/sessions/test_scoped_session_event_listener.h"
|
| +#include "sync/engine/clear_data_command.h"
|
| #include "sync/protocol/autofill_specifics.pb.h"
|
| #include "sync/protocol/bookmark_specifics.pb.h"
|
| #include "sync/protocol/preference_specifics.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
| +#include "sync/test/engine/syncer_command_test.h"
|
| +#include "sync/test/sessions/test_scoped_session_event_listener.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|