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

Unified Diff: content/renderer/origin_trials/trial_token_validator.cc

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
Index: content/renderer/origin_trials/trial_token_validator.cc
diff --git a/content/child/origin_trials/trial_token_validator.cc b/content/renderer/origin_trials/trial_token_validator.cc
similarity index 86%
rename from content/child/origin_trials/trial_token_validator.cc
rename to content/renderer/origin_trials/trial_token_validator.cc
index b1015c54a692b362889bc6d3352f605b3b1e26c3..bbdd85728cf3df84cda88c3a893dd1b7eeba2d82 100644
--- a/content/child/origin_trials/trial_token_validator.cc
+++ b/content/renderer/origin_trials/trial_token_validator.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/child/origin_trials/trial_token_validator.h"
+#include "content/renderer/origin_trials/trial_token_validator.h"
#include "base/time/time.h"
-#include "content/common/origin_trials/trial_token.h"
+#include "content/renderer/origin_trials/trial_token.h"
namespace content {
« no previous file with comments | « content/renderer/origin_trials/trial_token_validator.h ('k') | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698