| Index: sync/syncable/syncable_mock.cc
|
| diff --git a/chrome/browser/sync/syncable/syncable_mock.cc b/sync/syncable/syncable_mock.cc
|
| similarity index 84%
|
| rename from chrome/browser/sync/syncable/syncable_mock.cc
|
| rename to sync/syncable/syncable_mock.cc
|
| index 1fb55faadac54da03dd05857cd7100c4b5a44ba2..24990d1137fcf22dab6bb1c50aa2f8e75a699de6 100644
|
| --- a/chrome/browser/sync/syncable/syncable_mock.cc
|
| +++ b/sync/syncable/syncable_mock.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/syncable/syncable_mock.h"
|
| +#include "sync/syncable/syncable_mock.h"
|
|
|
| #include "base/location.h"
|
| -#include "chrome/browser/sync/test/null_transaction_observer.h"
|
| +#include "sync/test/null_transaction_observer.h"
|
|
|
| MockDirectory::MockDirectory(browser_sync::UnrecoverableErrorHandler* handler)
|
| : Directory(&encryptor_, handler, NULL) {
|
|
|