| Index: content/common/origin_trials/trial_token.h
|
| diff --git a/content/renderer/origin_trials/trial_token.h b/content/common/origin_trials/trial_token.h
|
| similarity index 96%
|
| rename from content/renderer/origin_trials/trial_token.h
|
| rename to content/common/origin_trials/trial_token.h
|
| index 216c9b97ad94f2176b32f2d6b8ea39f7507080b0..3109240e6ac9c5376b95f77b3fa9e4b7e4be9d75 100644
|
| --- a/content/renderer/origin_trials/trial_token.h
|
| +++ b/content/common/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_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| -#define CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| +#ifndef CONTENT_COMMON_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| +#define CONTENT_COMMON_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
|
|
| #include <string>
|
|
|
| @@ -106,4 +106,4 @@ class CONTENT_EXPORT TrialToken {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
| +#endif // CONTENT_COMMON_ORIGIN_TRIALS_TRIAL_TOKEN_H_
|
|
|