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

Unified Diff: Source/platform/fonts/SegmentedFontData.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/fonts/SegmentedFontData.h ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/SegmentedFontData.cpp
diff --git a/Source/platform/fonts/SegmentedFontData.cpp b/Source/platform/fonts/SegmentedFontData.cpp
index c81e5c80b9d7af4d549575c8176f62624137563a..93fd038acccd39c085d3d738e28244c1aca65c78 100644
--- a/Source/platform/fonts/SegmentedFontData.cpp
+++ b/Source/platform/fonts/SegmentedFontData.cpp
@@ -30,7 +30,7 @@
#include "wtf/Assertions.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
SegmentedFontData::~SegmentedFontData()
{
@@ -106,4 +106,4 @@ String SegmentedFontData::description() const
}
#endif
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/SegmentedFontData.h ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698