author | Aaron Klotz <aklotz@mozilla.com> |
Fri, 15 May 2020 17:06:07 +0000 | |
changeset 530330 | fb180e575154f31f05327552a65c06f8052cc877 |
parent 530329 | 6217b92b4a76bf1fd6932c8184213ebfc435fb97 |
child 530331 | afb15ec87069873714dd83896c00fbba50c52f48 |
push id | 37420 |
push user | nerli@mozilla.com |
push date | Fri, 15 May 2020 21:52:36 +0000 |
treeherder | mozilla-central@f340bbb582d1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | keeler, jcj |
bugs | 1637452 |
milestone | 78.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/webauthn/AndroidWebAuthnTokenManager.cpp +++ b/dom/webauthn/AndroidWebAuthnTokenManager.cpp @@ -4,18 +4,18 @@ * 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/. */ #include "mozilla/ipc/BackgroundParent.h" #include "mozilla/jni/GeckoBundleUtils.h" #include "mozilla/StaticPtr.h" #include "AndroidWebAuthnTokenManager.h" -#include "GeneratedJNIWrappers.h" #include "JavaBuiltins.h" +#include "mozilla/java/WebAuthnTokenManagerWrappers.h" namespace mozilla { namespace dom { static nsIThread* gAndroidPBackgroundThread; StaticRefPtr<AndroidWebAuthnTokenManager> gAndroidWebAuthnManager;