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

Unified Diff: Source/core/css/CSSParser.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/CSSPageRule.cpp ('k') | Source/core/css/CSSParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
index 5ded20e0357c3b271d2669817350629353de79da..33143d5738bbb5b819b7d5a0d3eba33a8b8daee7 100644
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -23,15 +23,15 @@
#ifndef CSSParser_h
#define CSSParser_h
-#include "CSSCalculationValue.h"
-#include "CSSGradientValue.h"
-#include "CSSParserMode.h"
-#include "CSSParserValues.h"
-#include "CSSProperty.h"
#include "CSSPropertyNames.h"
-#include "CSSPropertySourceData.h"
-#include "CSSSelector.h"
-#include "MediaQuery.h"
+#include "core/css/CSSCalculationValue.h"
+#include "core/css/CSSGradientValue.h"
+#include "core/css/CSSParserMode.h"
+#include "core/css/CSSParserValues.h"
+#include "core/css/CSSProperty.h"
+#include "core/css/CSSPropertySourceData.h"
+#include "core/css/CSSSelector.h"
+#include "core/css/MediaQuery.h"
#include "core/platform/graphics/Color.h"
#include <wtf/HashMap.h>
#include <wtf/HashSet.h>
@@ -39,7 +39,7 @@
#include <wtf/text/AtomicString.h>
#include <wtf/Vector.h>
-#include "WebKitCSSFilterValue.h"
+#include "core/css/WebKitCSSFilterValue.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/CSSPageRule.cpp ('k') | Source/core/css/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698