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

Unified Diff: content/common/sandbox_mac_fontloading_unittest.mm

Issue 12279015: Mac Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 30ac477ccc3d7e087b488365e3f7e25dddd09320..1c166833ff233725bc46c44ab267ec9b4f6050c8 100644
--- a/content/common/sandbox_mac_fontloading_unittest.mm
+++ b/content/common/sandbox_mac_fontloading_unittest.mm
@@ -19,8 +19,8 @@ namespace content {
class FontLoadingTestCase : public MacSandboxTestCase {
public:
FontLoadingTestCase() : font_data_length_(-1) {}
- virtual bool BeforeSandboxInit();
- virtual bool SandboxedTest();
+ virtual bool BeforeSandboxInit() OVERRIDE;
+ virtual bool SandboxedTest() OVERRIDE;
private:
scoped_ptr<base::SharedMemory> font_shmem_;
size_t font_data_length_;

Powered by Google App Engine
This is Rietveld 408576698