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

Unified Diff: mojo/services/html_viewer/html_viewer.cc

Issue 816463005: mojo HTMLViewer crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/html_viewer.cc
diff --git a/mojo/services/html_viewer/html_viewer.cc b/mojo/services/html_viewer/html_viewer.cc
index 564564b8afe32fdf370b70c354145c10d80b7020..fc69d33810ce241e1e3031db967b7ffbb00d3666 100644
--- a/mojo/services/html_viewer/html_viewer.cc
+++ b/mojo/services/html_viewer/html_viewer.cc
@@ -200,9 +200,9 @@ class HTMLViewer : public mojo::ApplicationDelegate,
DISALLOW_COPY_AND_ASSIGN(HTMLViewer);
};
+} // namespace html_viewer
+
MojoResult MojoMain(MojoHandle shell_handle) {
- mojo::ApplicationRunnerChromium runner(new HTMLViewer);
+ mojo::ApplicationRunnerChromium runner(new html_viewer::HTMLViewer);
return runner.Run(shell_handle);
}
-
-} // namespace html_viewer
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698