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

Unified Diff: Source/platform/scroll/ScrollAnimatorNone.h

Issue 1174283002: Fix unit test style in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove static Created 5 years, 6 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 | « no previous file | Source/web/AssociatedURLLoaderTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollAnimatorNone.h
diff --git a/Source/platform/scroll/ScrollAnimatorNone.h b/Source/platform/scroll/ScrollAnimatorNone.h
index 30292a25da0b0868fcbf8de5d48c8cbd2af1e4c3..0bc4eb124fe02eb05c3bb537aef5d3315c4a070b 100644
--- a/Source/platform/scroll/ScrollAnimatorNone.h
+++ b/Source/platform/scroll/ScrollAnimatorNone.h
@@ -35,10 +35,10 @@
#include "platform/geometry/FloatPoint.h"
#include "platform/scroll/ScrollAnimator.h"
-class ScrollAnimatorNoneTest;
-
namespace blink {
+class ScrollAnimatorNoneTest;
+
class PLATFORM_EXPORT ScrollAnimatorNone : public ScrollAnimator {
public:
explicit ScrollAnimatorNone(ScrollableArea*);
@@ -91,7 +91,7 @@ protected:
Parameters parametersForScrollGranularity(ScrollGranularity) const;
- friend class ::ScrollAnimatorNoneTest;
+ friend class ScrollAnimatorNoneTest;
struct PLATFORM_EXPORT PerAxisData {
PerAxisData(float* currentPos, int visibleLength);
« no previous file with comments | « no previous file | Source/web/AssociatedURLLoaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698