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

Unified Diff: Source/platform/ColorData.gperf

Issue 424983002: Stop using WebCore namespace in generated code (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/modules/webmidi/MIDIClientMock.cpp ('k') | Source/platform/audio/AudioArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ColorData.gperf
diff --git a/Source/platform/ColorData.gperf b/Source/platform/ColorData.gperf
index ea5950215aeeb3a45c0483e62bfdc9f97b086720..1a93c159615461ba925741d587f5266a33cf6e0c 100644
--- a/Source/platform/ColorData.gperf
+++ b/Source/platform/ColorData.gperf
@@ -3,7 +3,7 @@
#include "platform/graphics/Color.h"
#include <string.h>
-namespace WebCore {
+namespace blink {
%}
%struct-type
struct NamedColor;
@@ -173,4 +173,4 @@ const struct NamedColor* findColor(register const char* str, register unsigned l
return ColorDataHash::findColorImpl(str, len);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webmidi/MIDIClientMock.cpp ('k') | Source/platform/audio/AudioArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698