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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 1091093006: Update {virtual,override} to follow C++11 style in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back out some webrtc files. Created 5 years, 8 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/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index d9e12015d8a94d271dae24baea6215dc985b70da..69fe661283393fdb0315cda39e74758e57cc291c 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -226,9 +226,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
void OnDidNavigateMainFrameToNewPage() override;
#if defined(OS_WIN)
- virtual void SetParentNativeViewAccessible(
+ void SetParentNativeViewAccessible(
gfx::NativeViewAccessible accessible_parent) override;
- virtual gfx::NativeViewId GetParentForWindowlessPlugin() const override;
+ gfx::NativeViewId GetParentForWindowlessPlugin() const override;
#endif
// Overridden from ui::TextInputClient:

Powered by Google App Engine
This is Rietveld 408576698