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

Unified Diff: ui/app_list/test/app_list_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 | « no previous file | ui/aura/test/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/app_list_test_suite.h
diff --git a/ui/app_list/test/app_list_test_suite.h b/ui/app_list/test/app_list_test_suite.h
index 2f5b6f9a23b9e979a6f35b6819a7d11fca7560e7..142ae2dc3f7fef47839308921063161359879129 100644
--- a/ui/app_list/test/app_list_test_suite.h
+++ b/ui/app_list/test/app_list_test_suite.h
@@ -16,11 +16,12 @@ class AppListTestSuite : public base::TestSuite {
public:
AppListTestSuite(int argc, char** argv);
- private:
+ protected:
// Overridden from base::TestSuite:
virtual void Initialize() OVERRIDE;
virtual void Shutdown() OVERRIDE;
+ private:
DISALLOW_COPY_AND_ASSIGN(AppListTestSuite);
};
« no previous file with comments | « no previous file | ui/aura/test/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698