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

Unified Diff: Source/web/WebAXObject.cpp

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: Source/web/WebAXObject.cpp
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
index 525740a4a1eef3c99a52559187da0f333af4c118..8c5f2a7ac6ecd26618f93e5755666e11466d2e7e 100644
--- a/Source/web/WebAXObject.cpp
+++ b/Source/web/WebAXObject.cpp
@@ -40,7 +40,7 @@
#include "core/frame/FrameView.h"
#include "core/frame/PinchViewport.h"
#include "core/layout/LayoutView.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/ComputedStyle.h"
#include "core/page/EventHandler.h"
#include "core/page/Page.h"
#include "modules/accessibility/AXObject.h"

Powered by Google App Engine
This is Rietveld 408576698