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

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

Issue 10539038: Reland 140878 - cleanup: Remove applist v1 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix borken AppInstallConfirmation* browser_tests 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/app_list/test/app_list_test_suite.h b/ui/app_list/test/app_list_test_suite.h
new file mode 100644
index 0000000000000000000000000000000000000000..ece107e60eb326d814d4a4738afb5caaa9661592
--- /dev/null
+++ b/ui/app_list/test/app_list_test_suite.h
@@ -0,0 +1,31 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#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 app_list {
+namespace test {
+
+class AppListTestSuite : public base::TestSuite {
+ public:
+ AppListTestSuite(int argc, char** argv);
+
+ protected:
+ // base::TestSuite overrides:
+ virtual void Initialize() OVERRIDE;
+ virtual void Shutdown() OVERRIDE;
+
+ DISALLOW_COPY_AND_ASSIGN(AppListTestSuite);
+};
+
+} // namespace test
+} // namespace app_list
+
+#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