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

Unified Diff: mojo/public/bindings/generators/cpp_templates/template_declaration

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/template_declaration
diff --git a/mojo/public/bindings/generators/cpp_templates/template_declaration b/mojo/public/bindings/generators/cpp_templates/template_declaration
index f49c3baad0ea17ec29b4d0743eb88086f0a21139..9b923e46fb2aef505867be243876574b92b40ef0 100644
--- a/mojo/public/bindings/generators/cpp_templates/template_declaration
+++ b/mojo/public/bindings/generators/cpp_templates/template_declaration
@@ -1,10 +1,10 @@
template <>
-class ObjectTraits<sample::internal::$CLASS> {
+class ObjectTraits<$NAMESPACE::internal::$CLASS> {
public:
static void EncodePointersAndHandles(
- sample::internal::$CLASS* params,
+ $NAMESPACE::internal::$CLASS* params,
std::vector<mojo::Handle>* handles);
static bool DecodePointersAndHandles(
- sample::internal::$CLASS* params,
+ $NAMESPACE::internal::$CLASS* params,
const mojo::Message& message);
};
« no previous file with comments | « mojo/public/bindings/generators/cpp_templates/params_serialization ('k') | mojo/public/bindings/generators/mojom.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698