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

Unified Diff: Source/core/css/WebKitCSSKeyframesRule.h

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/WebKitCSSKeyframeRule.cpp ('k') | Source/core/css/WebKitCSSKeyframesRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSKeyframesRule.h
diff --git a/Source/core/css/WebKitCSSKeyframesRule.h b/Source/core/css/WebKitCSSKeyframesRule.h
index 4fea70ed82ca522a311026ea36b2c778643a6997..241703f9befb5d74d24056edc594b2e5069d4421 100644
--- a/Source/core/css/WebKitCSSKeyframesRule.h
+++ b/Source/core/css/WebKitCSSKeyframesRule.h
@@ -26,8 +26,8 @@
#ifndef WebKitCSSKeyframesRule_h
#define WebKitCSSKeyframesRule_h
-#include "CSSRule.h"
-#include "StyleRule.h"
+#include "core/css/CSSRule.h"
+#include "core/css/StyleRule.h"
#include <wtf/Forward.h>
#include <wtf/text/AtomicString.h>
« no previous file with comments | « Source/core/css/WebKitCSSKeyframeRule.cpp ('k') | Source/core/css/WebKitCSSKeyframesRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698