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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.cc

Issue 2101943004: content: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase/update Created 4 years, 5 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/browser_plugin/browser_plugin_embedder.cc
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc
index f02b5ae9b8beff3fca8c4704e7298f6081224118..16a75a190b28bad614ed91b2640131bc35ed60e8 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.cc
+++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
@@ -50,7 +50,7 @@ void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) {
bool BrowserPluginEmbedder::NotifyScreenInfoChanged(
WebContents* guest_web_contents) {
if (guest_web_contents->GetRenderViewHost()) {
- auto render_widget_host = RenderWidgetHostImpl::From(
+ auto* render_widget_host = RenderWidgetHostImpl::From(
guest_web_contents->GetRenderViewHost()->GetWidget());
render_widget_host->NotifyScreenInfoChanged();
}
« no previous file with comments | « content/browser/android/web_contents_observer_proxy.cc ('k') | content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698