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

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

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.cc
diff --git a/content/renderer/origin_trials/trial_token.cc b/content/common/origin_trials/trial_token.cc
similarity index 98%
rename from content/renderer/origin_trials/trial_token.cc
rename to content/common/origin_trials/trial_token.cc
index 2cd9f1868c37b3e7b92db401e91f4b07537bf991..e44f6f046a2c712eaa6144f10d5aec51d9c4e9bf 100644
--- a/content/renderer/origin_trials/trial_token.cc
+++ b/content/common/origin_trials/trial_token.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/origin_trials/trial_token.h"
+#include "content/common/origin_trials/trial_token.h"
#include <openssl/curve25519.h>

Powered by Google App Engine
This is Rietveld 408576698