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

Unified Diff: chrome/common/origin_trials/origin_trial_key_manager.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: chrome/common/origin_trials/origin_trial_key_manager.cc
diff --git a/chrome/renderer/origin_trials/origin_trial_key_manager.cc b/chrome/common/origin_trials/origin_trial_key_manager.cc
similarity index 92%
rename from chrome/renderer/origin_trials/origin_trial_key_manager.cc
rename to chrome/common/origin_trials/origin_trial_key_manager.cc
index e074f40af6a0e872d56f0867998f1cdc5d932d91..927706681c461ac4cce34eeb2c7a8a318912be14 100644
--- a/chrome/renderer/origin_trials/origin_trial_key_manager.cc
+++ b/chrome/common/origin_trials/origin_trial_key_manager.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 "chrome/renderer/origin_trials/origin_trial_key_manager.h"
+#include "chrome/common/origin_trials/origin_trial_key_manager.h"
#include <stdint.h>

Powered by Google App Engine
This is Rietveld 408576698