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

Unified Diff: Source/core/platform/Length.h

Issue 14358027: Absolutify paths to platform/animation, platform/audio, platform/audio/chromium. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/page/animation/AnimationBase.h ('k') | Source/core/platform/PlatformMemoryInstrumentation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Length.h
diff --git a/Source/core/platform/Length.h b/Source/core/platform/Length.h
index 12c4902618b847a2a126fc9e42fa79caeda33d27..285be4fc365d9fcdb6c5d8ecc74f8a9bc2729efd 100644
--- a/Source/core/platform/Length.h
+++ b/Source/core/platform/Length.h
@@ -23,14 +23,14 @@
#ifndef Length_h
#define Length_h
-#include "AnimationUtilities.h"
+#include <cstring>
+#include "core/platform/animation/AnimationUtilities.h"
#include <wtf/Assertions.h>
#include <wtf/FastAllocBase.h>
#include <wtf/Forward.h>
#include <wtf/HashMap.h>
#include <wtf/MathExtras.h>
#include <wtf/PassOwnArrayPtr.h>
-#include <cstring>
namespace WebCore {
« no previous file with comments | « Source/core/page/animation/AnimationBase.h ('k') | Source/core/platform/PlatformMemoryInstrumentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698