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

Unified Diff: Source/core/page/animation/AnimationBase.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/html/HTMLMediaElement.cpp ('k') | Source/core/platform/Length.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/animation/AnimationBase.h
diff --git a/Source/core/page/animation/AnimationBase.h b/Source/core/page/animation/AnimationBase.h
index 6b920cad96a7c5f78c034698d33c11fe6990fd22..b2ea58d5cfac588d073b0373a4c5dd43c16ff014 100644
--- a/Source/core/page/animation/AnimationBase.h
+++ b/Source/core/page/animation/AnimationBase.h
@@ -29,9 +29,9 @@
#ifndef AnimationBase_h
#define AnimationBase_h
-#include "Animation.h"
#include "CSSPropertyNames.h"
#include "RenderStyleConstants.h"
+#include "core/platform/animation/Animation.h"
#include <wtf/HashMap.h>
#include <wtf/HashSet.h>
#include <wtf/RefCounted.h>
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/core/platform/Length.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698