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

Unified Diff: content/common/sandbox_mac_fontloading_unittest.mm

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
Index: content/common/sandbox_mac_fontloading_unittest.mm
diff --git a/content/common/sandbox_mac_fontloading_unittest.mm b/content/common/sandbox_mac_fontloading_unittest.mm
index 6379c8b407214608d547fd77783f6a7018670ac9..d16437cb2cfcbd606b99e52f5af01abbf6f2f94c 100644
--- a/content/common/sandbox_mac_fontloading_unittest.mm
+++ b/content/common/sandbox_mac_fontloading_unittest.mm
@@ -20,8 +20,8 @@ namespace content {
class FontLoadingTestCase : public MacSandboxTestCase {
public:
FontLoadingTestCase() : font_data_length_(-1) {}
- virtual bool BeforeSandboxInit() OVERRIDE;
- virtual bool SandboxedTest() OVERRIDE;
+ virtual bool BeforeSandboxInit() override;
+ virtual bool SandboxedTest() override;
private:
scoped_ptr<base::SharedMemory> font_shmem_;
size_t font_data_length_;
« no previous file with comments | « content/common/gpu/image_transport_surface_mac.mm ('k') | content/common/sandbox_mac_system_access_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698