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

Unified Diff: Source/platform/transforms/Matrix3DTransformOperation.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/Matrix3DTransformOperation.cpp
diff --git a/Source/platform/transforms/Matrix3DTransformOperation.cpp b/Source/platform/transforms/Matrix3DTransformOperation.cpp
index 9a3482eee03c0be944fc254ee9e2cde389e799da..22d45cf223f4737a56ac1f8d556be24ed001e0cb 100644
--- a/Source/platform/transforms/Matrix3DTransformOperation.cpp
+++ b/Source/platform/transforms/Matrix3DTransformOperation.cpp
@@ -28,8 +28,6 @@
#include <algorithm>
-using namespace std;
-
namespace blink {
PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlay.cpp ('k') | Source/platform/transforms/MatrixTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698