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

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

Issue 51073002: Move HashTools.h to core/css (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/build/scripts/make_css_property_names.py ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 873f86d421bfbcc27d069c08a90cf10e0fc584c0..cb7e7c1c55e11a6fb2d2ef4e67d178c0061767c3 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 "core/css/HashTools.h"
#include <string.h>
namespace WebCore {
« no previous file with comments | « Source/build/scripts/make_css_property_names.py ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698