зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1660470 - Avoid including DataStorageIPCUtils.h from header files. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D93244 Depends on D93243
This commit is contained in:
Родитель
252f99be51
Коммит
a8e63182fe
|
@ -69,6 +69,7 @@ include LookAndFeelTypes;
|
|||
include protocol PSandboxTesting;
|
||||
#endif
|
||||
|
||||
include "ipc/DataStorageIPCUtils.h";
|
||||
include "mozilla/AntiTrackingIPCUtils.h";
|
||||
include "mozilla/GfxMessageUtils.h";
|
||||
include "mozilla/dom/DocShellMessageUtils.h";
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
using mozilla::DataStorageType from "ipc/DataStorageIPCUtils.h";
|
||||
include "ipc/DataStorageIPCUtils.h";
|
||||
|
||||
using mozilla::DataStorageType from "mozilla/DataStorage.h";
|
||||
|
||||
namespace mozilla {
|
||||
namespace psm {
|
||||
|
|
Загрузка…
Ссылка в новой задаче