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

Unified Diff: Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp

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
Index: Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
diff --git a/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp b/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
index 303396ef38f59da99d338ef61cd749a1ad1ecbc5..1ec39a0d51e28da2bc1ccbc7a8c672a11e9a2bfa 100644
--- a/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
+++ b/Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp
@@ -27,14 +27,14 @@
#include "config.h"
-#include "ScrollAnimatorNone.h"
+#include "core/platform/ScrollAnimatorNone.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
-#include "Logging.h"
-#include "ScrollAnimator.h"
-#include "ScrollableArea.h"
#include "TreeTestHelpers.h"
+#include "core/platform/Logging.h"
+#include "core/platform/ScrollAnimator.h"
+#include "core/platform/ScrollableArea.h"
#include "core/platform/graphics/FloatPoint.h"
#include "core/platform/graphics/IntRect.h"
« no previous file with comments | « Source/WebKit/chromium/tests/PopupMenuTest.cpp ('k') | Source/WebKit/chromium/tests/ThreadSafeDataTransportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698