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

Unified Diff: ui/app_list/test/app_list_test_suite.h

Issue 10533032: cleanup: Remove applist v1 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/apps_grid_view_unittest.cc ('k') | ui/app_list/test/app_list_test_suite.cc » ('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/test/test_suite.h b/ui/app_list/test/app_list_test_suite.h
similarity index 53%
copy from ui/test/test_suite.h
copy to ui/app_list/test/app_list_test_suite.h
index e7c0e0643e7ed4feb91050d97f97efe8d5592b9c..ece107e60eb326d814d4a4738afb5caaa9661592 100644
--- a/ui/test/test_suite.h
+++ b/ui/app_list/test/app_list_test_suite.h
@@ -2,31 +2,30 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_TEST_TEST_SUITE_H_
-#define UI_TEST_TEST_SUITE_H_
+#ifndef UI_APP_LIST_TEST_APP_LIST_TEST_SUITE_H_
+#define UI_APP_LIST_TEST_APP_LIST_TEST_SUITE_H_
#pragma once
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/test/test_suite.h"
-namespace ui {
+namespace app_list {
namespace test {
-class UITestSuite : public base::TestSuite {
+class AppListTestSuite : public base::TestSuite {
public:
- UITestSuite(int argc, char** argv);
+ AppListTestSuite(int argc, char** argv);
protected:
- // Overridden from base::TestSuite:
+ // base::TestSuite overrides:
virtual void Initialize() OVERRIDE;
virtual void Shutdown() OVERRIDE;
- private:
- DISALLOW_COPY_AND_ASSIGN(UITestSuite);
+ DISALLOW_COPY_AND_ASSIGN(AppListTestSuite);
};
} // namespace test
-} // namespace ui
+} // namespace app_list
-#endif // UI_TEST_TEST_SUITE_H_
+#endif // UI_APP_LIST_TEST_APP_LIST_TEST_SUITE_H_
« no previous file with comments | « ui/app_list/apps_grid_view_unittest.cc ('k') | ui/app_list/test/app_list_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698