Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: content/renderer/origin_trials/trial_token.h

Issue 1680873002: [Experimental Framework] Move trial token code to renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add boringssl dependency to content/renderer/ Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/origin_trials/trial_token.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/origin_trials/trial_token.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698