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

Unified Diff: cc/blink/test/cc_blink_test_suite.h

Issue 1130123005: Use CCTestSuite for cc_blink_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicit deps in gn Created 5 years, 7 months 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/blink/cc_blink_tests.gyp ('k') | cc/blink/test/cc_blink_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/blink/cc_blink_tests.gyp ('k') | cc/blink/test/cc_blink_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698