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

Unified Diff: app/animation_container_unittest.cc

Issue 2965015: Attempt four at landing the "histogram.h removed from message_loop.h" patch. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: win build fixes Created 10 years, 5 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 | app/clipboard/clipboard_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/animation_container_unittest.cc
diff --git a/app/animation_container_unittest.cc b/app/animation_container_unittest.cc
index e4253c6a032029783711a3dbf069ed55bdd3d59d..d99531b1a8692d9440e491ded7a287bd83c04daf 100644
--- a/app/animation_container_unittest.cc
+++ b/app/animation_container_unittest.cc
@@ -5,6 +5,7 @@
#include "app/animation_container.h"
#include "app/linear_animation.h"
#include "app/test_animation_delegate.h"
+#include "base/scoped_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -25,7 +26,7 @@ class MockObserver : public AnimationContainer::Observer {
class TestAnimation : public LinearAnimation {
public:
- TestAnimation(AnimationDelegate* delegate)
+ explicit TestAnimation(AnimationDelegate* delegate)
: LinearAnimation(20, 20, delegate) {
}
« no previous file with comments | « no previous file | app/clipboard/clipboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698