diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:32:13 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:32:13 +0000 |
commit | 009dc0702a605ca63363a7b6fe28dd490cf31f3c (patch) | |
tree | 06e4d9d3781498d8d9fa1bdc9a7ab11eba59137a /cc/test/scheduler_test_common.h | |
parent | aec65a0ea722bbf5a5b54c3ee6da21c95ad4dd84 (diff) | |
download | chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.zip chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.tar.gz chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.tar.bz2 |
cc: Unify namespaces for all test files
All cc test harnesses now live in the cc namespace. Any cc unittest or
pixeltest itself is in an anonymous namespace under cc. This patch removes all
instances of the WebKitTest namespace from cc.
R=jamesr@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/11474050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/scheduler_test_common.h')
-rw-r--r-- | cc/test/scheduler_test_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h index af1bd32..be13fbf 100644 --- a/cc/test/scheduler_test_common.h +++ b/cc/test/scheduler_test_common.h @@ -11,7 +11,7 @@ #include "cc/thread.h" #include "testing/gtest/include/gtest/gtest.h" -namespace WebKitTests { +namespace cc { class FakeTimeSourceClient : public cc::TimeSourceClient { public: @@ -120,6 +120,6 @@ public: int numFramesPending() const { return m_numFramesPending; } }; -} +} // namespace cc #endif // CC_TEST_SCHEDULER_TEST_COMMON_H_ |