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

Unified Diff: Source/core/css/makevalues.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/makeprop.pl ('k') | Source/core/dom/Clipboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/makevalues.pl
diff --git a/Source/core/css/makevalues.pl b/Source/core/css/makevalues.pl
index 9c9fb579378c274838e39ec871ea61d2dcf0d18a..20da3b078fc752e1c5d8cdd88c3163ddfba8c09e 100644
--- a/Source/core/css/makevalues.pl
+++ b/Source/core/css/makevalues.pl
@@ -63,7 +63,7 @@ print GPERF << "EOF";
/* This file is automatically generated from CSSValueKeywords.in by makevalues, do not edit */
#include \"CSSValueKeywords.h\"
-#include \"HashTools.h\"
+#include \"core/platform/HashTools.h\"
#include <string.h>
namespace WebCore {
« no previous file with comments | « Source/core/css/makeprop.pl ('k') | Source/core/dom/Clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698