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

Side by Side Diff: extensions/browser/api/device_permissions_manager.h

Issue 685503002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 EXTENSIONS_DEVICE_PERMISSION_MANAGER_H_ 5 #ifndef EXTENSIONS_DEVICE_PERMISSION_MANAGER_H_
6 #define EXTENSIONS_DEVICE_PERMISSION_MANAGER_H_ 6 #define EXTENSIONS_DEVICE_PERMISSION_MANAGER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <vector> 10 #include <vector>
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 private: 136 private:
137 friend struct DefaultSingletonTraits<DevicePermissionsManagerFactory>; 137 friend struct DefaultSingletonTraits<DevicePermissionsManagerFactory>;
138 138
139 DevicePermissionsManagerFactory(); 139 DevicePermissionsManagerFactory();
140 ~DevicePermissionsManagerFactory() override; 140 ~DevicePermissionsManagerFactory() override;
141 141
142 // BrowserContextKeyedServiceFactory 142 // BrowserContextKeyedServiceFactory
143 KeyedService* BuildServiceInstanceFor( 143 KeyedService* BuildServiceInstanceFor(
144 content::BrowserContext* context) const override; 144 content::BrowserContext* context) const override;
145 virtual content::BrowserContext* GetBrowserContextToUse( 145 content::BrowserContext* GetBrowserContextToUse(
146 content::BrowserContext* context) const override; 146 content::BrowserContext* context) const override;
147 147
148 DISALLOW_COPY_AND_ASSIGN(DevicePermissionsManagerFactory); 148 DISALLOW_COPY_AND_ASSIGN(DevicePermissionsManagerFactory);
149 }; 149 };
150 150
151 } // namespace extensions 151 } // namespace extensions
152 152
153 #endif // EXTENSIONS_DEVICE_PERMISSION_MANAGER_H_ 153 #endif // EXTENSIONS_DEVICE_PERMISSION_MANAGER_H_
OLDNEW
« no previous file with comments | « extensions/browser/api/cast_channel/logger_unittest.cc ('k') | extensions/browser/api/dns/dns_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698