| Index: sync/test/engine/test_id_factory.h
|
| diff --git a/chrome/browser/sync/test/engine/test_id_factory.h b/sync/test/engine/test_id_factory.h
|
| similarity index 86%
|
| rename from chrome/browser/sync/test/engine/test_id_factory.h
|
| rename to sync/test/engine/test_id_factory.h
|
| index ca98353703fcce2208a841274f6690d384111fdb..cb82ce4b3ff5f0d5e3b7c1e8cc4e5020a4b72033 100644
|
| --- a/chrome/browser/sync/test/engine/test_id_factory.h
|
| +++ b/sync/test/engine/test_id_factory.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.
|
| //
|
| // A tool making it easier to create IDs for unit testing.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
|
| -#define CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
|
| +#ifndef SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
|
| +#define SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| #include "base/string_number_conversions.h"
|
| -#include "chrome/browser/sync/syncable/syncable_id.h"
|
| +#include "sync/syncable/syncable_id.h"
|
|
|
| namespace browser_sync {
|
|
|
| @@ -69,5 +69,5 @@ class TestIdFactory {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
|
| +#endif // SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
|
|
|
|
|