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

Unified Diff: Source/build/scripts/make_css_value_keywords.py

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct patch set 1 mistake Created 7 years, 2 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/build/scripts/make_css_value_keywords.py
diff --git a/Source/build/scripts/make_css_value_keywords.py b/Source/build/scripts/make_css_value_keywords.py
index 6fa7316adf6247272a33f09421d68bd2682aa294..2aa669a0d23e9b5300635218eac368f6a2e7714b 100755
--- a/Source/build/scripts/make_css_value_keywords.py
+++ b/Source/build/scripts/make_css_value_keywords.py
@@ -42,7 +42,7 @@ GPERF_TEMPLATE = """
#include "config.h"
#include "%(class_name)s.h"
-#include "core/platform/HashTools.h"
+#include "platform/HashTools.h"
#include <string.h>
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698