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

Unified Diff: examples/moterm_example_app/moterm_example_app.cc

Issue 1314133006: Move moterm_example_app to //examples. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « examples/moterm_example_app/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/moterm_example_app/moterm_example_app.cc
diff --git a/apps/moterm/moterm_example_app.cc b/examples/moterm_example_app/moterm_example_app.cc
similarity index 98%
rename from apps/moterm/moterm_example_app.cc
rename to examples/moterm_example_app/moterm_example_app.cc
index dc52aa2c585108747531039ef6419fcd7921bca0..de5350cbf3fdec6d20a2d440887a12cc5bd509b7 100644
--- a/apps/moterm/moterm_example_app.cc
+++ b/examples/moterm_example_app/moterm_example_app.cc
@@ -14,7 +14,6 @@
#include "base/memory/weak_ptr.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
-#include "examples/window_manager/window_manager.mojom.h"
#include "mojo/application/application_runner_chromium.h"
#include "mojo/public/c/system/main.h"
#include "mojo/public/cpp/application/application_connection.h"
@@ -191,8 +190,7 @@ class MotermExampleApp : public mojo::ApplicationDelegate,
new MotermExampleAppView(application_impl_->shell(), root);
}
- void OnViewManagerDisconnected(mojo::ViewManager* view_manager) override {
- }
+ void OnViewManagerDisconnected(mojo::ViewManager* view_manager) override {}
mojo::ApplicationImpl* application_impl_;
scoped_ptr<mojo::ViewManagerClientFactory> view_manager_client_factory_;
« no previous file with comments | « examples/moterm_example_app/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698