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

Unified Diff: third_party/WebKit/Source/core/css/LocalFontFaceSource.h

Issue 2813863003: Rewrite references to "wtf/" to "platform/wtf/" in core/css and core/style. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « third_party/WebKit/Source/core/css/HashTools.h ('k') | third_party/WebKit/Source/core/css/MediaList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/LocalFontFaceSource.h
diff --git a/third_party/WebKit/Source/core/css/LocalFontFaceSource.h b/third_party/WebKit/Source/core/css/LocalFontFaceSource.h
index 77c99bc97c1b9ef63a3987f000310ecafc5b786e..3d1b2869df55c1cabcb460136f8b3d135d5c8deb 100644
--- a/third_party/WebKit/Source/core/css/LocalFontFaceSource.h
+++ b/third_party/WebKit/Source/core/css/LocalFontFaceSource.h
@@ -6,8 +6,8 @@
#define LocalFontFaceSource_h
#include "core/css/CSSFontFaceSource.h"
-#include "wtf/Allocator.h"
-#include "wtf/text/AtomicString.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/text/AtomicString.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/css/HashTools.h ('k') | third_party/WebKit/Source/core/css/MediaList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698