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

Unified Diff: Source/platform/animation/TimingFunctionTest.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/platform/animation/TimingFunction.cpp ('k') | Source/platform/animation/UnitBezier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/animation/TimingFunctionTest.cpp
diff --git a/Source/platform/animation/TimingFunctionTest.cpp b/Source/platform/animation/TimingFunctionTest.cpp
index 31c20d3bee0b549298c307c87ae9c0c06968d81c..ce9a18b0f088261ce67d4ee1ecaba28363122968 100644
--- a/Source/platform/animation/TimingFunctionTest.cpp
+++ b/Source/platform/animation/TimingFunctionTest.cpp
@@ -48,11 +48,11 @@
<< " (" << b.second->toString().latin1().data() << ")" \
<< "\n";
-namespace WebCore {
+namespace blink {
namespace {
-using namespace WebCore;
+using namespace blink;
class TimingFunctionTest : public ::testing::Test {
public:
@@ -418,4 +418,4 @@ TEST_F(TimingFunctionTest, StepsEvaluate)
} // namespace
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/animation/TimingFunction.cpp ('k') | Source/platform/animation/UnitBezier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698