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

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

Issue 1742053002: Move trial token code to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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
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_

Powered by Google App Engine
This is Rietveld 408576698