summaryrefslogtreecommitdiffstats
path: root/chrome/common/animation_unittest.cc
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 21:27:02 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-08 21:27:02 +0000
commit7045a47af50dce28324cf4a19eda30d91ef94695 (patch)
tree8e6365f2b146caa0526c0c7917bcc5fe05fa9381 /chrome/common/animation_unittest.cc
parent5514903c95d657d5cf912dd037a661feb246a4f1 (diff)
downloadchromium_src-7045a47af50dce28324cf4a19eda30d91ef94695.zip
chromium_src-7045a47af50dce28324cf4a19eda30d91ef94695.tar.gz
chromium_src-7045a47af50dce28324cf4a19eda30d91ef94695.tar.bz2
Build some code and unit tests inside chrome. This depended on sqlite, so
adding that too. Review URL: http://codereview.chromium.org/6361 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/animation_unittest.cc')
-rw-r--r--chrome/common/animation_unittest.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/common/animation_unittest.cc b/chrome/common/animation_unittest.cc
index f73e3cd..c06e74c 100644
--- a/chrome/common/animation_unittest.cc
+++ b/chrome/common/animation_unittest.cc
@@ -9,11 +9,9 @@
using namespace std;
-namespace {
- class AnimationTest: public testing::Test {
- private:
- MessageLoopForUI message_loop_;
- };
+class AnimationTest: public testing::Test {
+ private:
+ MessageLoopForUI message_loop_;
};
///////////////////////////////////////////////////////////////////////////////