summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 17:31:22 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 17:31:22 +0000
commit90242e9e03d4eeff67d9fbc97e555597206c69d1 (patch)
tree28c5862e456ee3ccb24b157e9e6e9379576e8904 /app
parent8907940aefb3a2a98a35332d46cc56bb3d8edf38 (diff)
downloadchromium_src-90242e9e03d4eeff67d9fbc97e555597206c69d1.zip
chromium_src-90242e9e03d4eeff67d9fbc97e555597206c69d1.tar.gz
chromium_src-90242e9e03d4eeff67d9fbc97e555597206c69d1.tar.bz2
More header cleanup:
- Some cleanup to url_request.h - Remove task.h from headers that don't need it. - Remove histogram.h from message_loop.h BUG=none TEST=none Review URL: http://codereview.chromium.org/2986002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r--app/animation_container_unittest.cc1
-rw-r--r--app/slide_animation_unittest.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/animation_container_unittest.cc b/app/animation_container_unittest.cc
index e4253c6..153462b 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"
diff --git a/app/slide_animation_unittest.cc b/app/slide_animation_unittest.cc
index 8bc947f..d34b975 100644
--- a/app/slide_animation_unittest.cc
+++ b/app/slide_animation_unittest.cc
@@ -4,6 +4,7 @@
#include "app/slide_animation.h"
#include "app/test_animation_delegate.h"
+#include "base/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
class SlideAnimationTest: public testing::Test {