| Index: content/renderer/origin_trials/trial_token.h
|
| diff --git a/content/common/origin_trials/trial_token.h b/content/renderer/origin_trials/trial_token.h
|
| similarity index 95%
|
| rename from content/common/origin_trials/trial_token.h
|
| rename to content/renderer/origin_trials/trial_token.h
|
| index bdb964b79a328545ca1ce5ddfe6c856e6ec5ad8b..02de9be93ae00b83d280e5672b1bac56c4e3b32c 100644
|
| --- a/content/common/origin_trials/trial_token.h
|
| +++ b/content/renderer/origin_trials/trial_token.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| -#define CONTENT_COMMON_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| +#ifndef CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| +#define CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
|
|
| #include <string>
|
|
|
| @@ -93,4 +93,4 @@ class CONTENT_EXPORT TrialToken {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| +#endif // CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
|
|