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

Unified Diff: mojo/public/bindings/generators/cpp_templates/module.cc-template

Issue 66353002: Mojo: RemotePtr<S> + bindings changes for Peer attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + fix error in sample_service.h 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/generators/cpp_templates/module.cc-template
diff --git a/mojo/public/bindings/generators/cpp_templates/module.cc-template b/mojo/public/bindings/generators/cpp_templates/module.cc-template
index 9c071875d406905e972a0a351febe33821fcce79..2e0ee814a1d56d56566f0492b380b969cbd1cf8b 100644
--- a/mojo/public/bindings/generators/cpp_templates/module.cc-template
+++ b/mojo/public/bindings/generators/cpp_templates/module.cc-template
@@ -7,7 +7,7 @@
#include "mojo/public/bindings/lib/message_builder.h"
#include "$INTERNAL_HEADER"
-namespace sample {
+namespace $NAMESPACE {
namespace {
#pragma pack(push, 1)
@@ -26,7 +26,7 @@ $PARAM_DEFINITIONS
$STRUCT_DEFINITIONS
$INTERFACE_DEFINITIONS
-} // namespace sample
+} // namespace $NAMESPACE
namespace mojo {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698