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

Unified Diff: ui/aura/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/app_list/test/app_list_test_suite.h ('k') | ui/compositor/test/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_suite.h
diff --git a/ui/aura/test/test_suite.h b/ui/aura/test/test_suite.h
index 7544dd1f1656d5f7e85ac41f59386f1c35ff8233..6d781e4e077238f0b98e1703517240a0c92d5f78 100644
--- a/ui/aura/test/test_suite.h
+++ b/ui/aura/test/test_suite.h
@@ -5,6 +5,7 @@
#ifndef UI_AURA_TEST_TEST_SUITE_H_
#define UI_AURA_TEST_TEST_SUITE_H_
+#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/test/test_suite.h"
@@ -16,9 +17,12 @@ class AuraTestSuite : public base::TestSuite {
AuraTestSuite(int argc, char** argv);
protected:
- // base::TestSuite:
+ // Overridden from base::TestSuite:
virtual void Initialize() OVERRIDE;
virtual void Shutdown() OVERRIDE;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(AuraTestSuite);
};
} // namespace test
« no previous file with comments | « ui/app_list/test/app_list_test_suite.h ('k') | ui/compositor/test/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698