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

Unified Diff: third_party/WebKit/Source/build/scripts/make_css_property_names.py

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 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
Index: third_party/WebKit/Source/build/scripts/make_css_property_names.py
diff --git a/third_party/WebKit/Source/build/scripts/make_css_property_names.py b/third_party/WebKit/Source/build/scripts/make_css_property_names.py
index 949c1825d049d9c45178307a90a924c0c326da0b..10b262484e9ea18627c375aabe52215a21c4a2da 100755
--- a/third_party/WebKit/Source/build/scripts/make_css_property_names.py
+++ b/third_party/WebKit/Source/build/scripts/make_css_property_names.py
@@ -15,7 +15,7 @@ HEADER_TEMPLATE = """
#define %(class_name)s_h
#include "core/CoreExport.h"
-#include "wtf/Assertions.h"
+#include "platform/wtf/Assertions.h"
#include <stddef.h>
namespace WTF {
@@ -85,9 +85,9 @@ GPERF_TEMPLATE = """
#include "core/css/HashTools.h"
#include <string.h>
-#include "wtf/ASCIICType.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/text/AtomicString.h"
+#include "platform/wtf/text/WTFString.h"
#ifdef _MSC_VER
// Disable the warnings from casting a 64-bit pointer to 32-bit long

Powered by Google App Engine
This is Rietveld 408576698