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

Unified Diff: Source/platform/transforms/MatrixTransformOperation.cpp

Issue 512293003: Removing "using" declarations that import names in the C++ Standard library.(Source/platform/[m* - … (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/platform/transforms/MatrixTransformOperation.cpp
diff --git a/Source/platform/transforms/MatrixTransformOperation.cpp b/Source/platform/transforms/MatrixTransformOperation.cpp
index c5e013bb9eee7b8df7a398d5d4a2005e735e02af..0f8747a3a9e3b019175f7a06e541201cdc4cc81e 100644
--- a/Source/platform/transforms/MatrixTransformOperation.cpp
+++ b/Source/platform/transforms/MatrixTransformOperation.cpp
@@ -24,8 +24,6 @@
#include <algorithm>
-using namespace std;
-
namespace blink {
PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)

Powered by Google App Engine
This is Rietveld 408576698