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

Unified Diff: third_party/WebKit/Source/core/scheduler/ActiveConnectionThrottlingTest.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
Index: third_party/WebKit/Source/core/scheduler/ActiveConnectionThrottlingTest.cpp
diff --git a/third_party/WebKit/Source/core/scheduler/ActiveConnectionThrottlingTest.cpp b/third_party/WebKit/Source/core/scheduler/ActiveConnectionThrottlingTest.cpp
index aa4aa8ca73529caaf9739bda11e197e96ee38791..1f32df21eb229abb2f7a8d59819be82b448092f3 100644
--- a/third_party/WebKit/Source/core/scheduler/ActiveConnectionThrottlingTest.cpp
+++ b/third_party/WebKit/Source/core/scheduler/ActiveConnectionThrottlingTest.cpp
@@ -13,7 +13,7 @@
#include "public/web/WebScriptSource.h"
#include "testing/gtest/include/gtest/gtest.h"
-using testing::_;
+using ::testing::_;
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698