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

Unified Diff: chrome/browser/chromeos/views/copy_background.h

Issue 8638016: Add OVERRIDE to chrome/browser/chromeos/. (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/chromeos/views/copy_background.h
diff --git a/chrome/browser/chromeos/views/copy_background.h b/chrome/browser/chromeos/views/copy_background.h
index af4b018b304d8dc82dbae7625b56cd8475875ee8..6f69735274189c5b5f61b61fe36b44ed5477dd16 100644
--- a/chrome/browser/chromeos/views/copy_background.h
+++ b/chrome/browser/chromeos/views/copy_background.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.
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_CHROMEOS_VIEWS_COPY_BACKGROUND_H_
#pragma once
+#include "base/compiler_specific.h"
#include "views/background.h"
namespace views {
@@ -22,7 +23,7 @@ class CopyBackground : public views::Background {
virtual ~CopyBackground() {}
// Overridden from views::Background.
- virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
+ virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
private:
views::View* background_owner_;

Powered by Google App Engine
This is Rietveld 408576698