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

Unified Diff: content/browser/device_orientation/accelerometer_mac.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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: content/browser/device_orientation/accelerometer_mac.h
diff --git a/content/browser/device_orientation/accelerometer_mac.h b/content/browser/device_orientation/accelerometer_mac.h
index d4480c8639207dc32389fdc818cbeeef4eac8598..853b4d5b03cde3589036438bca5430a2120b0495 100644
--- a/content/browser/device_orientation/accelerometer_mac.h
+++ b/content/browser/device_orientation/accelerometer_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.
//
@@ -56,6 +56,7 @@
#include <IOKit/IOKitLib.h>
+#include "base/compiler_specific.h"
#include "content/browser/device_orientation/data_fetcher.h"
namespace device_orientation {
@@ -67,7 +68,7 @@ class AccelerometerMac : public DataFetcher {
static DataFetcher* Create();
// Implement DataFetcher.
- virtual bool GetOrientation(Orientation* orientation);
+ virtual bool GetOrientation(Orientation* orientation) OVERRIDE;
virtual ~AccelerometerMac();
« no previous file with comments | « content/browser/debugger/worker_devtools_message_filter.h ('k') | content/browser/device_orientation/message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698