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

Side by Side Diff: chrome/browser/ui/app_list/app_list_test_util.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_ 5 #ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_
6 #define CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_ 6 #define CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_
7 7
8 #include "chrome/browser/extensions/extension_service_test_base.h" 8 #include "chrome/browser/extensions/extension_service_test_base.h"
9 9
10 // Base class for app list unit tests that use the "app_list" test profile. 10 // Base class for app list unit tests that use the "app_list" test profile.
11 class AppListTestBase : public extensions::ExtensionServiceTestBase { 11 class AppListTestBase : public extensions::ExtensionServiceTestBase {
12 public: 12 public:
13 static const char kHostedAppId[]; 13 static const char kHostedAppId[];
14 static const char kPackagedApp1Id[]; 14 static const char kPackagedApp1Id[];
15 static const char kPackagedApp2Id[]; 15 static const char kPackagedApp2Id[];
16 16
17 AppListTestBase(); 17 AppListTestBase();
18 virtual ~AppListTestBase(); 18 virtual ~AppListTestBase();
19 19
20 virtual void SetUp() OVERRIDE; 20 virtual void SetUp() override;
21 }; 21 };
22 22
23 #endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_ 23 #endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/app_list_syncable_service_factory.h ('k') | chrome/browser/ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698