From 8385fea1b1b727397a52df00042b845fc79d159f Mon Sep 17 00:00:00 2001 From: "qsr@chromium.org" Date: Wed, 25 Jun 2014 18:45:17 +0000 Subject: Rename Object to NamedObject. Object has a special meaning in Java and Javascript. R=darin@chromium.org Review URL: https://codereview.chromium.org/357683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279766 0039d316-1c4b-4281-b951-d872f2087c98 --- mojo/public/interfaces/bindings/tests/sample_factory.mojom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mojo/public/interfaces') diff --git a/mojo/public/interfaces/bindings/tests/sample_factory.mojom b/mojo/public/interfaces/bindings/tests/sample_factory.mojom index 5273416..9385ee4 100644 --- a/mojo/public/interfaces/bindings/tests/sample_factory.mojom +++ b/mojo/public/interfaces/bindings/tests/sample_factory.mojom @@ -21,7 +21,7 @@ struct Response { handle pipe; }; -interface Object { +interface NamedObject { SetName(string name); GetName() => (string name); }; @@ -30,7 +30,7 @@ interface Object { interface Factory { DoStuff(Request request, handle pipe); DoStuff2(handle pipe); - CreateObject(Object& obj); + CreateNamedObject(NamedObject& obj); RequestImportedInterface( imported.ImportedInterface& obj) => (imported.ImportedInterface& obj); TakeImportedInterface( -- cgit v1.1