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

Unified Diff: Source/core/editing/AlternativeTextController.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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
Index: Source/core/editing/AlternativeTextController.h
diff --git a/Source/core/editing/AlternativeTextController.h b/Source/core/editing/AlternativeTextController.h
index c340ea83b2d29120f968c0bbbf41575c48a2a00e..0241a5db2ed586ce97c2ec51bbf9772f560b82d0 100644
--- a/Source/core/editing/AlternativeTextController.h
+++ b/Source/core/editing/AlternativeTextController.h
@@ -26,8 +26,8 @@
#ifndef AlternativeTextController_h
#define AlternativeTextController_h
-#include "DocumentMarker.h"
-#include "Range.h"
+#include "core/dom/DocumentMarker.h"
+#include "core/dom/Range.h"
#include "core/editing/FrameSelection.h"
#include "core/editing/VisibleSelection.h"
#include "core/page/AlternativeTextClient.h"

Powered by Google App Engine
This is Rietveld 408576698