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

Unified Diff: sandbox/win/src/registry_dispatcher.h

Issue 1118473005: Apply automated fixits for Chrome clang plugin to sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « sandbox/win/src/process_thread_dispatcher.h ('k') | sandbox/win/src/service_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/registry_dispatcher.h
diff --git a/sandbox/win/src/registry_dispatcher.h b/sandbox/win/src/registry_dispatcher.h
index 14411fa6ffebbdc3f6ea4f91c357ad5898831351..83811a9cd66831d31f7f968b87f81145924bf2ea 100644
--- a/sandbox/win/src/registry_dispatcher.h
+++ b/sandbox/win/src/registry_dispatcher.h
@@ -16,10 +16,10 @@ namespace sandbox {
class RegistryDispatcher : public Dispatcher {
public:
explicit RegistryDispatcher(PolicyBase* policy_base);
- ~RegistryDispatcher() {}
+ ~RegistryDispatcher() override {}
// Dispatcher interface.
- virtual bool SetupService(InterceptionManager* manager, int service);
+ bool SetupService(InterceptionManager* manager, int service) override;
private:
// Processes IPC requests coming from calls to NtCreateKey in the target.
« no previous file with comments | « sandbox/win/src/process_thread_dispatcher.h ('k') | sandbox/win/src/service_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698