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

Unified Diff: cc/test/cc_test_suite.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/animation_test_common.cc ('k') | cc/test/cc_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/cc_test_suite.h
diff --git a/cc/test/cc_test_suite.h b/cc/test/cc_test_suite.h
index 5cdf958ac180a54ad88d349638f134d74979c91d..0d1ca4ff3f49f1e99b1fb07addc224844762ea7f 100644
--- a/cc/test/cc_test_suite.h
+++ b/cc/test/cc_test_suite.h
@@ -12,7 +12,6 @@
class MessageLoop;
namespace cc {
-namespace test {
class CCTestSuite : public base::TestSuite {
public:
@@ -30,7 +29,6 @@ class CCTestSuite : public base::TestSuite {
DISALLOW_COPY_AND_ASSIGN(CCTestSuite);
};
-} // namespace test
} // namespace cc
#endif // CC_TEST_CC_TEST_SUITE_H_
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/test/cc_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698