Index: chrome/browser/guest_view/web_view/javascript_dialog_helper.h |
diff --git a/chrome/browser/guest_view/web_view/javascript_dialog_helper.h b/chrome/browser/guest_view/web_view/javascript_dialog_helper.h |
index 94f7374e81a23ba9efbea15026381957280e195a..7f3700264d05d62af24141af7628c696ce41f262 100644 |
--- a/chrome/browser/guest_view/web_view/javascript_dialog_helper.h |
+++ b/chrome/browser/guest_view/web_view/javascript_dialog_helper.h |
@@ -45,7 +45,7 @@ class JavaScriptDialogHelper : public content::JavaScriptDialogManager { |
const std::string& user_input); |
// Pointer to the webview that is being helped. |
- WebViewGuest* const webview_guest_; |
+ WebViewGuest* const web_view_guest_; |
DISALLOW_COPY_AND_ASSIGN(JavaScriptDialogHelper); |
}; |