no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / dom / quota / IPCQuotaObject.ipdlh
blob04c86ff585643234373fc20d8659ef9c8ac8d9d4
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PRemoteQuotaObject;
7 using mozilla::ipc::Endpoint from "mozilla/ipc/Endpoint.h";
9 namespace mozilla {
10 namespace dom {
11 namespace quota {
13 struct IPCQuotaObject
15   Endpoint<PRemoteQuotaObjectChild> childEndpoint;
18 } // namespace quota
19 } // namespace dom
20 } // namespace mozilla