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

Unified Diff: content/browser/bootstrap_sandbox_mac.cc

Issue 637183002: Replace FINAL and OVERRIDE with their C++11 counterparts in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch Created 6 years, 2 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 | « no previous file | content/browser/browser_child_process_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bootstrap_sandbox_mac.cc
diff --git a/content/browser/bootstrap_sandbox_mac.cc b/content/browser/bootstrap_sandbox_mac.cc
index 347114a4b7d1e32b2a829bdd7354304e673bc1a8..9c88cf64f0f4ef86c7c85d1a6c63733e63ad31c6 100644
--- a/content/browser/bootstrap_sandbox_mac.cc
+++ b/content/browser/bootstrap_sandbox_mac.cc
@@ -30,9 +30,9 @@ class BootstrapSandboxPolicy : public BrowserChildProcessObserver {
// BrowserChildProcessObserver:
virtual void BrowserChildProcessHostDisconnected(
- const ChildProcessData& data) OVERRIDE;
+ const ChildProcessData& data) override;
virtual void BrowserChildProcessCrashed(
- const ChildProcessData& data) OVERRIDE;
+ const ChildProcessData& data) override;
private:
friend struct DefaultSingletonTraits<BootstrapSandboxPolicy>;
« no previous file with comments | « no previous file | content/browser/browser_child_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698