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

Unified Diff: third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp

Issue 1846913009: HeapSupplements are now just Supplements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
diff --git a/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp b/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
index 7acd2f309d8a0b25f3be03e6b8a42b386d2144c7..843129ea6e19430f67f023d30eb036d603f0edd3 100644
--- a/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
+++ b/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
@@ -72,7 +72,7 @@ private:
// token strings to use for tests.
class TestOriginTrialContext : public OriginTrialContext {
public:
- explicit TestOriginTrialContext()
+ TestOriginTrialContext()
: m_parent(new NullExecutionContext())
{
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/PrerendererClient.cpp ('k') | third_party/WebKit/Source/core/page/PagePopupSupplement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698