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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/dom/WheelEvent.cpp ('k') | Source/core/editing/Editor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/AlternativeTextController.h
diff --git a/Source/core/editing/AlternativeTextController.h b/Source/core/editing/AlternativeTextController.h
index 2c18d5ab73feeb03d84f1673193fe045d5b3af3e..a438a5967741d48092158eeef74cd7bd9fffe316 100644
--- a/Source/core/editing/AlternativeTextController.h
+++ b/Source/core/editing/AlternativeTextController.h
@@ -30,8 +30,8 @@
#include "DocumentMarker.h"
#include "FrameSelection.h"
#include "Range.h"
-#include "Timer.h"
#include "VisibleSelection.h"
+#include "core/platform/Timer.h"
#include "core/platform/text/TextChecking.h"
#include <wtf/Noncopyable.h>
#include <wtf/UnusedParam.h>
« no previous file with comments | « Source/core/dom/WheelEvent.cpp ('k') | Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698