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

Unified Diff: Source/modules/accessibility/AXImageMapLink.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/AXImageMapLink.h
diff --git a/Source/core/accessibility/AXImageMapLink.h b/Source/modules/accessibility/AXImageMapLink.h
similarity index 98%
rename from Source/core/accessibility/AXImageMapLink.h
rename to Source/modules/accessibility/AXImageMapLink.h
index f48a14d70d95284bf6847e3f64642e6626e5a108..a3161a3ec7f8b1b138029e41c92734ad77fce0ed 100644
--- a/Source/core/accessibility/AXImageMapLink.h
+++ b/Source/modules/accessibility/AXImageMapLink.h
@@ -29,9 +29,9 @@
#ifndef AXImageMapLink_h
#define AXImageMapLink_h
-#include "core/accessibility/AXMockObject.h"
#include "core/html/HTMLAreaElement.h"
#include "core/html/HTMLMapElement.h"
+#include "modules/accessibility/AXMockObject.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698