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

Unified Diff: sandbox/win/src/win2k_threadpool.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/target_services.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/win2k_threadpool.h
diff --git a/sandbox/win/src/win2k_threadpool.h b/sandbox/win/src/win2k_threadpool.h
index 41cd5f13b711dd0539c367c3dcc007bf041ef846..be2791f309b33ec9a0e3b1e44688cfc92d0cf1b1 100644
--- a/sandbox/win/src/win2k_threadpool.h
+++ b/sandbox/win/src/win2k_threadpool.h
@@ -25,13 +25,14 @@ namespace sandbox {
class Win2kThreadPool : public ThreadProvider {
public:
Win2kThreadPool();
- virtual ~Win2kThreadPool();
+ ~Win2kThreadPool() override;
- virtual bool RegisterWait(const void* cookie, HANDLE waitable_object,
- CrossCallIPCCallback callback,
- void* context);
+ bool RegisterWait(const void* cookie,
+ HANDLE waitable_object,
+ CrossCallIPCCallback callback,
+ void* context) override;
- virtual bool UnRegisterWaits(void* cookie);
+ bool UnRegisterWaits(void* cookie) override;
// Returns the total number of wait objects associated with
// the thread pool.
« no previous file with comments | « sandbox/win/src/target_services.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698