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

Unified Diff: Source/web/WebAXObject.cpp

Issue 343733002: Qualify core include file in web and bindings, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/web/PopupListBox.cpp ('k') | Source/web/WebColorName.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebAXObject.cpp
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
index e5d0e54774c41012a0fcdd8b1f8cd822b916cb7e..34f0cfd85434767318393a630c730eedc4e65fcf 100644
--- a/Source/web/WebAXObject.cpp
+++ b/Source/web/WebAXObject.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "public/web/WebAXObject.h"
-#include "HTMLNames.h"
+#include "core/HTMLNames.h"
#include "core/accessibility/AXObject.h"
#include "core/accessibility/AXObjectCache.h"
#include "core/accessibility/AXTable.h"
« no previous file with comments | « Source/web/PopupListBox.cpp ('k') | Source/web/WebColorName.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698