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

Unified Diff: ui/compositor/test/test_suite.h

Issue 10911098: ui: Keep the overrides in the same section of the superclass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « ui/aura/test/test_suite.h ('k') | ui/views/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/test_suite.h
diff --git a/ui/compositor/test/test_suite.h b/ui/compositor/test/test_suite.h
index 239e0045700f21de62ccca4a3e5244e1c132abae..b8be517adcabbfb0d42695da765e0db4d249145f 100644
--- a/ui/compositor/test/test_suite.h
+++ b/ui/compositor/test/test_suite.h
@@ -20,11 +20,12 @@ class CompositorTestSuite : public base::TestSuite {
CompositorTestSuite(int argc, char** argv);
virtual ~CompositorTestSuite();
- private:
- // base::TestSuite:
+ protected:
+ // Overridden from base::TestSuite:
virtual void Initialize() OVERRIDE;
virtual void Shutdown() OVERRIDE;
+ private:
scoped_ptr<MessageLoop> message_loop_;
DISALLOW_COPY_AND_ASSIGN(CompositorTestSuite);
« no previous file with comments | « ui/aura/test/test_suite.h ('k') | ui/views/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698