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/test/test_suite.h

Issue 10914090: ui: Move overriddes of UITestSuite to private section. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/test/test_suite.h
diff --git a/ui/test/test_suite.h b/ui/test/test_suite.h
index a38ec772f446a530525e844b5cd3c0684ae53959..ab49caac1fdc62a8943448ae4c647f437c5eeafd 100644
--- a/ui/test/test_suite.h
+++ b/ui/test/test_suite.h
@@ -16,12 +16,11 @@ class UITestSuite : public base::TestSuite {
public:
UITestSuite(int argc, char** argv);
- protected:
+ private:
// Overridden from base::TestSuite:
virtual void Initialize() OVERRIDE;
virtual void Shutdown() OVERRIDE;
- private:
DISALLOW_COPY_AND_ASSIGN(UITestSuite);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698