Switch global error menu icon to vectorized MD asset
[chromium-blink-merge.git] / chrome / browser / ui / app_list / app_list_test_util.h
blobf47c273515e7601cdad9e50ec356dd396a4fdf1e
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_
6 #define CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_
8 #include "chrome/browser/extensions/extension_service_test_base.h"
10 // Base class for app list unit tests that use the "app_list" test profile.
11 class AppListTestBase : public extensions::ExtensionServiceTestBase {
12 public:
13 static const char kHostedAppId[];
14 static const char kPackagedApp1Id[];
15 static const char kPackagedApp2Id[];
17 AppListTestBase();
18 ~AppListTestBase() override;
20 void SetUp() override;
23 #endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_