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

Unified Diff: sandbox/win/src/filesystem_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/eat_resolver.h ('k') | sandbox/win/src/handle_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/filesystem_dispatcher.h
diff --git a/sandbox/win/src/filesystem_dispatcher.h b/sandbox/win/src/filesystem_dispatcher.h
index 935a084bc8ddf21a57eddf5c71349d38fd21512d..192d36cab035b278c8f03f7ec0c4e5d065911847 100644
--- a/sandbox/win/src/filesystem_dispatcher.h
+++ b/sandbox/win/src/filesystem_dispatcher.h
@@ -16,10 +16,10 @@ namespace sandbox {
class FilesystemDispatcher : public Dispatcher {
public:
explicit FilesystemDispatcher(PolicyBase* policy_base);
- ~FilesystemDispatcher() {}
+ ~FilesystemDispatcher() 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 NtCreateFile in the target.
« no previous file with comments | « sandbox/win/src/eat_resolver.h ('k') | sandbox/win/src/handle_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698