| Index: sync/test/engine/test_syncable_utils.h
|
| diff --git a/chrome/browser/sync/test/engine/test_syncable_utils.h b/sync/test/engine/test_syncable_utils.h
|
| similarity index 78%
|
| rename from chrome/browser/sync/test/engine/test_syncable_utils.h
|
| rename to sync/test/engine/test_syncable_utils.h
|
| index 2919e84783827808c73e0631eebdafeeb1d90cfc..1095fc0b34c08db62b8dbe01f616ab19b74bf84e 100644
|
| --- a/chrome/browser/sync/test/engine/test_syncable_utils.h
|
| +++ b/sync/test/engine/test_syncable_utils.h
|
| @@ -1,17 +1,17 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| // Utilities that are useful in verifying the state of items in a
|
| // syncable database.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
| +#ifndef SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
| +#define SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| +#include "sync/syncable/syncable.h"
|
|
|
| namespace syncable {
|
|
|
| @@ -38,4 +38,4 @@ Id GetOnlyEntryWithName(BaseTransaction* rtrans,
|
|
|
| } // namespace syncable
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
| +#endif // SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
|
|