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

Unified Diff: Source/core/animation/AnimationTranslationUtil.cpp

Issue 453393002: Cleanup duplicated namespace in AnimationTranslationUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup duplicated namespace in AnimationTranslationUtil 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/core/animation/AnimationTranslationUtil.cpp
diff --git a/Source/core/animation/AnimationTranslationUtil.cpp b/Source/core/animation/AnimationTranslationUtil.cpp
index 4972b002a89a7e0aa869eb6c850ff3cf3b371d77..4cffa6962cbfea2881ebb603c7e5d5046b6622af 100644
--- a/Source/core/animation/AnimationTranslationUtil.cpp
+++ b/Source/core/animation/AnimationTranslationUtil.cpp
@@ -40,8 +40,6 @@
#include "platform/transforms/TranslateTransformOperation.h"
#include "public/platform/WebTransformOperations.h"
-using namespace blink;
-
namespace blink {
void toWebTransformOperations(const TransformOperations& transformOperations, WebTransformOperations* webTransformOperations)
« no previous file with comments | « Source/core/animation/AnimationTranslationUtil.h ('k') | Source/core/animation/AnimationTranslationUtilTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698