| Index: cc/blink/test/cc_blink_test_suite.h
|
| diff --git a/cc/test/cc_test_suite.h b/cc/blink/test/cc_blink_test_suite.h
|
| similarity index 50%
|
| copy from cc/test/cc_test_suite.h
|
| copy to cc/blink/test/cc_blink_test_suite.h
|
| index d2ad2b84a39ce1887ef9804a9bb26c07fdb2393c..faa768400adc6893cb77f824ae3a0ad69cd967f4 100644
|
| --- a/cc/test/cc_test_suite.h
|
| +++ b/cc/blink/test/cc_blink_test_suite.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_TEST_CC_TEST_SUITE_H_
|
| -#define CC_TEST_CC_TEST_SUITE_H_
|
| +#ifndef CC_BLINK_TEST_CC_BLINK_TEST_SUITE_H_
|
| +#define CC_BLINK_TEST_CC_BLINK_TEST_SUITE_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -13,12 +13,12 @@ namespace base {
|
| class MessageLoop;
|
| }
|
|
|
| -namespace cc {
|
| +namespace cc_blink {
|
|
|
| -class CCTestSuite : public base::TestSuite {
|
| +class CCBlinkTestSuite : public base::TestSuite {
|
| public:
|
| - CCTestSuite(int argc, char** argv);
|
| - ~CCTestSuite() override;
|
| + CCBlinkTestSuite(int argc, char** argv);
|
| + ~CCBlinkTestSuite() override;
|
|
|
| protected:
|
| // Overridden from base::TestSuite:
|
| @@ -28,9 +28,9 @@ class CCTestSuite : public base::TestSuite {
|
| private:
|
| scoped_ptr<base::MessageLoop> message_loop_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(CCTestSuite);
|
| + DISALLOW_COPY_AND_ASSIGN(CCBlinkTestSuite);
|
| };
|
|
|
| -} // namespace cc
|
| +} // namespace cc_blink
|
|
|
| -#endif // CC_TEST_CC_TEST_SUITE_H_
|
| +#endif // CC_BLINK_TEST_CC_BLINK_TEST_SUITE_H_
|
|
|