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

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

Issue 1521703003: clang/win: Fix build after https://codereview.chromium.org/1456663003 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sandbox_policy_base.h
diff --git a/sandbox/win/src/sandbox_policy_base.h b/sandbox/win/src/sandbox_policy_base.h
index 80f5466d1001fe808b5723572c4e23afd96651f0..751b0d858a6078d614e2697ebb7ca4cf2e3f0798 100644
--- a/sandbox/win/src/sandbox_policy_base.h
+++ b/sandbox/win/src/sandbox_policy_base.h
@@ -32,7 +32,7 @@ struct PolicyGlobal;
typedef std::vector<base::win::ScopedHandle*> HandleList;
-class PolicyBase : public TargetPolicy {
+class PolicyBase final : public TargetPolicy {
public:
PolicyBase();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698