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

Unified Diff: content/common/sandbox_mac_system_access_unittest.mm

Issue 1091093006: Update {virtual,override} to follow C++11 style in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back out some webrtc files. 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 | « content/common/font_cache_dispatcher_win.h ('k') | content/public/renderer/platform_event_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_mac_system_access_unittest.mm
diff --git a/content/common/sandbox_mac_system_access_unittest.mm b/content/common/sandbox_mac_system_access_unittest.mm
index 1d5f1d48d53768935efa6e41bb8506eb24f39666..8a6c1d3a114f7c0e874c94509025f713b8e8279e 100644
--- a/content/common/sandbox_mac_system_access_unittest.mm
+++ b/content/common/sandbox_mac_system_access_unittest.mm
@@ -156,7 +156,7 @@ TEST_F(MacSandboxTest, OpenSSLAccess) {
// Test case for checking sandboxing of NSS initialization.
class MacSandboxedNSSTestCase : public MacSandboxTestCase {
public:
- virtual bool SandboxedTest() override;
+ bool SandboxedTest() override;
};
REGISTER_SANDBOX_TEST_CASE(MacSandboxedNSSTestCase);
« no previous file with comments | « content/common/font_cache_dispatcher_win.h ('k') | content/public/renderer/platform_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698