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

Unified Diff: Source/platform/geometry/RoundedRectTest.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/geometry/RoundedRect.cpp ('k') | Source/platform/geometry/TransformState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/RoundedRectTest.cpp
diff --git a/Source/platform/geometry/RoundedRectTest.cpp b/Source/platform/geometry/RoundedRectTest.cpp
index 69405cd3ffbfca64deae0c5ab7821b65f64f6939..56f0f923bdbf9c4ac235a3d099f7383d3c9b81f1 100644
--- a/Source/platform/geometry/RoundedRectTest.cpp
+++ b/Source/platform/geometry/RoundedRectTest.cpp
@@ -34,9 +34,9 @@
#include "platform/geometry/IntRect.h"
#include <gtest/gtest.h>
-using namespace WebCore;
+using namespace blink;
-namespace WebCore {
+namespace blink {
// FIXME: Move this somewhere more generic.
void PrintTo(const IntRect& rect, std::ostream* os)
@@ -48,7 +48,7 @@ void PrintTo(const IntRect& rect, std::ostream* os)
<< rect.height() << ")";
}
-} // namespace WebCore
+} // namespace blink
namespace {
« no previous file with comments | « Source/platform/geometry/RoundedRect.cpp ('k') | Source/platform/geometry/TransformState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698