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

Unified Diff: Source/modules/accessibility/AXTableCell.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: 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/AXTableCell.h
diff --git a/Source/core/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
similarity index 98%
rename from Source/core/accessibility/AXTableCell.h
rename to Source/modules/accessibility/AXTableCell.h
index f229114e720beba50fad20b0384fdac6ab31f3f5..cfdc0f064a3321836eabca9fb2fd931e8da0c482 100644
--- a/Source/core/accessibility/AXTableCell.h
+++ b/Source/modules/accessibility/AXTableCell.h
@@ -29,7 +29,7 @@
#ifndef AXTableCell_h
#define AXTableCell_h
-#include "core/accessibility/AXRenderObject.h"
+#include "modules/accessibility/AXRenderObject.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698