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

Unified Diff: content/test/mock_render_process.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
« no previous file with comments | « content/test/browser_test.h ('k') | content/test/render_view_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_render_process.h
diff --git a/content/test/mock_render_process.h b/content/test/mock_render_process.h
index ef4db6c8ff2a4be0cbdbff6cb64686a48efb31e2..589556f5efa5e02dabaa262e2e882622d070106a 100644
--- a/content/test/mock_render_process.h
+++ b/content/test/mock_render_process.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.
@@ -16,10 +16,11 @@ class MockRenderProcess : public RenderProcess {
virtual ~MockRenderProcess();
// RenderProcess implementation.
- virtual skia::PlatformCanvas* GetDrawingCanvas(TransportDIB** memory,
- const gfx::Rect& rect);
- virtual void ReleaseTransportDIB(TransportDIB* memory);
- virtual bool UseInProcessPlugins() const;
+ virtual skia::PlatformCanvas* GetDrawingCanvas(
+ TransportDIB** memory,
+ const gfx::Rect& rect) OVERRIDE;
+ virtual void ReleaseTransportDIB(TransportDIB* memory) OVERRIDE;
+ virtual bool UseInProcessPlugins() const OVERRIDE;
virtual bool HasInitializedMediaLibrary() const;
private:
« no previous file with comments | « content/test/browser_test.h ('k') | content/test/render_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698