| Index: sync/syncable/model_type_test_util.h
|
| diff --git a/chrome/browser/sync/syncable/model_type_test_util.h b/sync/syncable/model_type_test_util.h
|
| similarity index 65%
|
| rename from chrome/browser/sync/syncable/model_type_test_util.h
|
| rename to sync/syncable/model_type_test_util.h
|
| index a3b707eb622e9d167b38dc6127e2cc0af051b977..a852a0756f0f0fa827dbd3fafca44066082378a1 100644
|
| --- a/chrome/browser/sync/syncable/model_type_test_util.h
|
| +++ b/sync/syncable/model_type_test_util.h
|
| @@ -1,14 +1,14 @@
|
| -// Copyright (c) 2011 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.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
|
| -#define CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
|
| +#ifndef SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
|
| +#define SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
|
| #pragma once
|
|
|
| #include <ostream>
|
|
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/syncable/model_type.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace syncable {
|
| @@ -23,4 +23,4 @@ void PrintTo(ModelTypeSet model_types, ::std::ostream* os);
|
|
|
| } // namespace syncable
|
|
|
| -#endif // CHROME_BROWSER_SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
|
| +#endif // SYNC_SYNCABLE_MODEL_TYPE_TEST_UTIL_H_
|
|
|