| 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_
|
|
|