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

Unified Diff: services/js/js_app.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/http_server/http_server_app.cc ('k') | services/kiosk_wm/kiosk_wm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/js_app.h
diff --git a/services/js/js_app.h b/services/js/js_app.h
index 8e7e7930689aa551f3808dc7727cca7c4da851d1..adcf45ed0e099f0347e6b44c32e0f59c7aafa36d 100644
--- a/services/js/js_app.h
+++ b/services/js/js_app.h
@@ -27,7 +27,7 @@ class JSApp : public mojo::ContentHandlerFactory::HandledApplicationHolder {
public:
JSApp(mojo::InterfaceRequest<mojo::Application> application_request,
mojo::URLResponsePtr response);
- virtual ~JSApp();
+ ~JSApp() override;
private:
static const char kMainModuleName[];
« no previous file with comments | « services/http_server/http_server_app.cc ('k') | services/kiosk_wm/kiosk_wm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698