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

Unified Diff: Source/core/inspector/InspectorStyleTextEditor.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/inspector/InspectorStyleSheet.cpp ('k') | Source/core/inspector/InspectorStyleTextEditor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorStyleTextEditor.h
diff --git a/Source/core/inspector/InspectorStyleTextEditor.h b/Source/core/inspector/InspectorStyleTextEditor.h
index 2735c27bef00898068bdb92cdb8a59116ec2fd0b..e157796c61220508580c0f384df956cc2ee6d645 100644
--- a/Source/core/inspector/InspectorStyleTextEditor.h
+++ b/Source/core/inspector/InspectorStyleTextEditor.h
@@ -25,10 +25,10 @@
#ifndef InspectorStyleTextEditor_h
#define InspectorStyleTextEditor_h
-#include "CSSPropertySourceData.h"
+#include "core/css/CSSPropertySourceData.h"
-#include <wtf/Vector.h>
#include <wtf/text/WTFString.h>
+#include <wtf/Vector.h>
namespace WebCore {
« no previous file with comments | « Source/core/inspector/InspectorStyleSheet.cpp ('k') | Source/core/inspector/InspectorStyleTextEditor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698