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

Unified Diff: third_party/WebKit/Source/core/animation/TimingInputTest.cpp

Issue 2970833002: Be explicit about namespace testing to not mix it with blink::testing (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSLazyParsingTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/TimingInputTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/TimingInputTest.cpp b/third_party/WebKit/Source/core/animation/TimingInputTest.cpp
index f3f0ee7bc63fd53ac668c2bdbbc9c506c039c20f..99dc2a59c11ca59b453855ce9e74c6eebc7d2643 100644
--- a/third_party/WebKit/Source/core/animation/TimingInputTest.cpp
+++ b/third_party/WebKit/Source/core/animation/TimingInputTest.cpp
@@ -15,7 +15,7 @@
namespace blink {
-class AnimationTimingInputTest : public testing::Test {
+class AnimationTimingInputTest : public ::testing::Test {
public:
Timing ApplyTimingInputNumber(v8::Isolate*,
String timing_property,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSLazyParsingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698