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

Unified Diff: cc/test/scheduler_test_common.h

Issue 11474050: cc: Unify namespaces for all test files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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 | « cc/test/run_all_unittests.cc ('k') | cc/test/scheduler_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/scheduler_test_common.h
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
index af1bd322bde4b02f9dfaa7543248ebf835aab674..be13fbf5cd23447fd5a46ad55c820614401f1569 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_
« no previous file with comments | « cc/test/run_all_unittests.cc ('k') | cc/test/scheduler_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698