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

Unified Diff: services/kiosk_wm/kiosk_wm.h

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « services/js/js_app.h ('k') | services/kiosk_wm/navigator_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/kiosk_wm/kiosk_wm.h
diff --git a/services/kiosk_wm/kiosk_wm.h b/services/kiosk_wm/kiosk_wm.h
index 309f50edcf381ba4a12d2d72e184e464dcf28a73..c5814cc434f5ba480b37d04b5bd4738b639ee345 100644
--- a/services/kiosk_wm/kiosk_wm.h
+++ b/services/kiosk_wm/kiosk_wm.h
@@ -30,7 +30,7 @@ class KioskWM : public mojo::ApplicationDelegate,
public ui::AcceleratorTarget {
public:
KioskWM();
- virtual ~KioskWM();
+ ~KioskWM() override;
base::WeakPtr<KioskWM> GetWeakPtr();
« no previous file with comments | « services/js/js_app.h ('k') | services/kiosk_wm/navigator_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698