summaryrefslogtreecommitdiffstats
path: root/mojo/public/interfaces
diff options
context:
space:
mode:
authorqsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 18:45:17 +0000
committerqsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-25 18:45:17 +0000
commit8385fea1b1b727397a52df00042b845fc79d159f (patch)
tree8c5a00940dbbb8f3d5cee2f24f8c49ad769754f7 /mojo/public/interfaces
parentd98d58361123f7722701bd11b183a9082526e38f (diff)
downloadchromium_src-8385fea1b1b727397a52df00042b845fc79d159f.zip
chromium_src-8385fea1b1b727397a52df00042b845fc79d159f.tar.gz
chromium_src-8385fea1b1b727397a52df00042b845fc79d159f.tar.bz2
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
Diffstat (limited to 'mojo/public/interfaces')
-rw-r--r--mojo/public/interfaces/bindings/tests/sample_factory.mojom4
1 files changed, 2 insertions, 2 deletions
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<message_pipe> pipe;
};
-interface Object {
+interface NamedObject {
SetName(string name);
GetName() => (string name);
};
@@ -30,7 +30,7 @@ interface Object {
interface Factory {
DoStuff(Request request, handle<message_pipe> pipe);
DoStuff2(handle<data_pipe_consumer> pipe);
- CreateObject(Object& obj);
+ CreateNamedObject(NamedObject& obj);
RequestImportedInterface(
imported.ImportedInterface& obj) => (imported.ImportedInterface& obj);
TakeImportedInterface(