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

Unified Diff: Source/modules/accessibility/AXRenderObject.h

Issue 713933002: Create Source/modules/accessibility/ and move most of core/accessibility/* into it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 1 month 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/modules/accessibility/AXRenderObject.h
diff --git a/Source/core/accessibility/AXRenderObject.h b/Source/modules/accessibility/AXRenderObject.h
similarity index 99%
rename from Source/core/accessibility/AXRenderObject.h
rename to Source/modules/accessibility/AXRenderObject.h
index 7fb950514c6d96a81dec6c2c862b74d08e7ecddb..a77bbe006f04cda5300f6e5b0091ccfa8ecfe5ef 100644
--- a/Source/core/accessibility/AXRenderObject.h
+++ b/Source/modules/accessibility/AXRenderObject.h
@@ -29,7 +29,7 @@
#ifndef AXRenderObject_h
#define AXRenderObject_h
-#include "core/accessibility/AXNodeObject.h"
+#include "modules/accessibility/AXNodeObject.h"
#include "platform/geometry/LayoutRect.h"
#include "wtf/Forward.h"
« no previous file with comments | « Source/modules/accessibility/AXProgressIndicator.cpp ('k') | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698