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

Unified Diff: sandbox/win/src/sync_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/sidestep_resolver.h ('k') | sandbox/win/src/target_services.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sync_dispatcher.h
diff --git a/sandbox/win/src/sync_dispatcher.h b/sandbox/win/src/sync_dispatcher.h
index 56b5664689070c036593a740f4dc7ac3f33bf265..29c6c1e08ba9e64bc9a398ed823661a395e0cbf3 100644
--- a/sandbox/win/src/sync_dispatcher.h
+++ b/sandbox/win/src/sync_dispatcher.h
@@ -16,10 +16,10 @@ namespace sandbox {
class SyncDispatcher : public Dispatcher {
public:
explicit SyncDispatcher(PolicyBase* policy_base);
- ~SyncDispatcher() {}
+ ~SyncDispatcher() 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 CreateEvent in the target.
« no previous file with comments | « sandbox/win/src/sidestep_resolver.h ('k') | sandbox/win/src/target_services.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698