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

Unified Diff: Source/core/css/makeprop.pl

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/core/css/WebKitCSSShaderValue.cpp ('k') | Source/core/css/makevalues.pl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/makeprop.pl
diff --git a/Source/core/css/makeprop.pl b/Source/core/css/makeprop.pl
index 89403c9d0600c70cd467220f2d8e2bb2eb7790cb..c13aa2901737dca4b7e70876a7b784e835d30285 100644
--- a/Source/core/css/makeprop.pl
+++ b/Source/core/css/makeprop.pl
@@ -66,7 +66,7 @@ print GPERF << "EOF";
/* This file is automatically generated from CSSPropertyNames.in by makeprop, do not edit */
#include "config.h"
#include \"CSSPropertyNames.h\"
-#include \"HashTools.h\"
+#include \"core/platform/HashTools.h\"
#include <string.h>
#include <wtf/ASCIICType.h>
« no previous file with comments | « Source/core/css/WebKitCSSShaderValue.cpp ('k') | Source/core/css/makevalues.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698