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

Unified Diff: chrome/browser/ui/views/chrome_javascript_native_dialog_factory_views.cc

Issue 825783003: Ozone: Fix Linux Build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chrome/browser/extensions/global_shortcut_listener_ozone.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_javascript_native_dialog_factory_views.cc
diff --git a/chrome/browser/ui/views/chrome_javascript_native_dialog_factory_views.cc b/chrome/browser/ui/views/chrome_javascript_native_dialog_factory_views.cc
index c93e8a7c7e02c423fe1c2ef7c77896ab2905cece..c7657ef049fcf8fcffe3b738afdfdc06848efa3d 100644
--- a/chrome/browser/ui/views/chrome_javascript_native_dialog_factory_views.cc
+++ b/chrome/browser/ui/views/chrome_javascript_native_dialog_factory_views.cc
@@ -26,7 +26,7 @@ class ChromeJavaScriptAppModalDialogViews
app_modal::JavaScriptAppModalDialog* parent)
: app_modal::JavaScriptAppModalDialogViews(parent),
helper_(new AppModalDialogHelper(parent->web_contents())) {}
- virtual ~ChromeJavaScriptAppModalDialogViews() {}
+ ~ChromeJavaScriptAppModalDialogViews() override {}
private:
scoped_ptr<AppModalDialogHelper> helper_;
« no previous file with comments | « chrome/browser/extensions/global_shortcut_listener_ozone.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698