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

Unified Diff: Source/core/html/HTMLTextFormControlElement.cpp

Issue 14336010: Absolutify paths to accessibility/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/html/HTMLSelectElement.cpp ('k') | Source/core/html/InputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTextFormControlElement.cpp
diff --git a/Source/core/html/HTMLTextFormControlElement.cpp b/Source/core/html/HTMLTextFormControlElement.cpp
index 460b36e469eb9a1c6192388e9c7ab990ac8611f5..1afeccdca9eb3b259bc3b011adbe69aba141e7ba 100644
--- a/Source/core/html/HTMLTextFormControlElement.cpp
+++ b/Source/core/html/HTMLTextFormControlElement.cpp
@@ -25,13 +25,11 @@
#include "config.h"
#include "HTMLTextFormControlElement.h"
-#include "AXObjectCache.h"
#include "Attribute.h"
#include "ChromeClient.h"
#include "Document.h"
#include "Event.h"
#include "EventNames.h"
-#include "UseCounter.h"
#include "Frame.h"
#include "FrameSelection.h"
#include "HTMLBRElement.h"
@@ -46,6 +44,8 @@
#include "ScriptEventListener.h"
#include "Text.h"
#include "TextIterator.h"
+#include "UseCounter.h"
+#include "core/accessibility/AXObjectCache.h"
#include <wtf/text/StringBuilder.h>
namespace WebCore {
« no previous file with comments | « Source/core/html/HTMLSelectElement.cpp ('k') | Source/core/html/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698