| Index: content/renderer/origin_trials/trial_token_validator.h
|
| diff --git a/content/child/origin_trials/trial_token_validator.h b/content/renderer/origin_trials/trial_token_validator.h
|
| similarity index 82%
|
| rename from content/child/origin_trials/trial_token_validator.h
|
| rename to content/renderer/origin_trials/trial_token_validator.h
|
| index 2013bc157a245dc829af5dbcc8d1504d3c51fc01..6afd01b2091e3042e078b1abac94213f74f89efe 100644
|
| --- a/content/child/origin_trials/trial_token_validator.h
|
| +++ b/content/renderer/origin_trials/trial_token_validator.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_CHILD_ORIGIN_TRIALS_TRIAL_TOKEN_VALIDATOR_H_
|
| -#define CONTENT_CHILD_ORIGIN_TRIALS_TRIAL_TOKEN_VALIDATOR_H_
|
| +#ifndef CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_VALIDATOR_H_
|
| +#define CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_VALIDATOR_H_
|
|
|
| #include <string>
|
| #include "third_party/WebKit/public/platform/WebTrialTokenValidator.h"
|
| @@ -30,4 +30,4 @@ class TrialTokenValidator : public blink::WebTrialTokenValidator {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_CHILD_ORIGIN_TRIALS_TRIAL_TOKEN_VALIDATOR_H_
|
| +#endif // CONTENT_RENDERER_ORIGIN_TRIALS_TRIAL_TOKEN_VALIDATOR_H_
|
|
|