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

Unified Diff: mojo/public/bindings/sample/mojom/sample_service.cc

Issue 53173008: Add mojom_bindings_generator.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more rename Created 7 years, 1 month 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
Index: mojo/public/bindings/sample/mojom/sample_service.cc
diff --git a/mojo/public/bindings/sample/generated/sample_service.cc b/mojo/public/bindings/sample/mojom/sample_service.cc
similarity index 98%
rename from mojo/public/bindings/sample/generated/sample_service.cc
rename to mojo/public/bindings/sample/mojom/sample_service.cc
index 2befd7ec1a85fad88b942890d700c9f1acdd569d..ddaab1d6f6ff6ff0a34477f3abc4c2e9e780d9d0 100644
--- a/mojo/public/bindings/sample/generated/sample_service.cc
+++ b/mojo/public/bindings/sample/mojom/sample_service.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/bindings/sample/generated/sample_service.h"
+#include "mojom/sample_service.h"
#include "mojo/public/bindings/lib/message_builder.h"
-#include "mojo/public/bindings/sample/generated/sample_service_internal.h"
+#include "mojom/sample_service_internal.h"
namespace sample {
namespace {
« no previous file with comments | « mojo/public/bindings/sample/mojom/sample_service.h ('k') | mojo/public/bindings/sample/mojom/sample_service_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698