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

Unified Diff: chrome/browser/preferences_mock_mac.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: chrome/browser/preferences_mock_mac.h
diff --git a/chrome/browser/preferences_mock_mac.h b/chrome/browser/preferences_mock_mac.h
index 85e0e30ddffea35f8bae1f54d49d85bcf4d0dde4..822286befd446f80ad64c63b33eb543478ed3fc6 100644
--- a/chrome/browser/preferences_mock_mac.h
+++ b/chrome/browser/preferences_mock_mac.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -15,12 +15,13 @@ class MockPreferences : public MacPreferences {
MockPreferences();
virtual ~MockPreferences();
- virtual Boolean AppSynchronize(CFStringRef applicationID);
+ virtual Boolean AppSynchronize(CFStringRef applicationID) OVERRIDE;
virtual CFPropertyListRef CopyAppValue(CFStringRef key,
- CFStringRef applicationID);
+ CFStringRef applicationID) OVERRIDE;
- virtual Boolean AppValueIsForced(CFStringRef key, CFStringRef applicationID);
+ virtual Boolean AppValueIsForced(CFStringRef key,
+ CFStringRef applicationID) OVERRIDE;
// Adds a preference item with the given info to the test set.
void AddTestItem(CFStringRef key, CFPropertyListRef value, bool is_forced);
« no previous file with comments | « chrome/browser/policy/device_management_backend_impl.h ('k') | chrome/browser/prefs/overlay_user_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698