| Index: components/sync/base/experiments.h
|
| diff --git a/sync/internal_api/public/util/experiments.h b/components/sync/base/experiments.h
|
| similarity index 82%
|
| rename from sync/internal_api/public/util/experiments.h
|
| rename to components/sync/base/experiments.h
|
| index a0adf84df6b52a8a2fbeaec77fc7068ed1794051..34e13d8a5632ab63b085c1c576763efb2eff7091 100644
|
| --- a/sync/internal_api/public/util/experiments.h
|
| +++ b/components/sync/base/experiments.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_UTIL_EXPERIMENTS_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_UTIL_EXPERIMENTS_H_
|
| +#ifndef COMPONENTS_SYNC_BASE_EXPERIMENTS_H_
|
| +#define COMPONENTS_SYNC_BASE_EXPERIMENTS_H_
|
|
|
| #include <string>
|
|
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| +#include "components/sync/base/model_type.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -36,4 +36,4 @@ struct Experiments {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_UTIL_EXPERIMENTS_H_
|
| +#endif // COMPONENTS_SYNC_BASE_EXPERIMENTS_H_
|
|
|