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

Unified Diff: Source/core/accessibility/AXARIAGrid.h

Issue 626133002: Clean up forward declarations in Source/core/accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 2 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 | « no previous file | Source/core/accessibility/AXListBoxOption.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXARIAGrid.h
diff --git a/Source/core/accessibility/AXARIAGrid.h b/Source/core/accessibility/AXARIAGrid.h
index 94f66f877309b53a116e8e5c8782858acd329a50..0a55211e89d3384cbd66bfaab252d56d40849c47 100644
--- a/Source/core/accessibility/AXARIAGrid.h
+++ b/Source/core/accessibility/AXARIAGrid.h
@@ -34,11 +34,7 @@
namespace blink {
-class AXTableCell;
-class AXTableHeaderContainer;
-
class AXARIAGrid final : public AXTable {
-
private:
explicit AXARIAGrid(RenderObject*);
public:
« no previous file with comments | « no previous file | Source/core/accessibility/AXListBoxOption.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698