Skip to content

Commit 62e72ce

Browse files
Sandboxed API Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 875104793 Change-Id: Ic9b66f25a4c1cb912d2d562683d9806c024b1dc9
1 parent f572281 commit 62e72ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sandboxed_api/sandbox.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "sandboxed_api/rpcchannel.h"
3434
#include "sandboxed_api/sandbox2/notify.h"
3535
#include "sandboxed_api/sandbox2/result.h"
36+
#include "sandboxed_api/sandbox2_backend.h"
3637
#include "sandboxed_api/sandbox_config.h"
3738
#include "sandboxed_api/var_abstract.h"
3839
#include "sandboxed_api/var_reg.h"
@@ -217,8 +218,7 @@ class SandboxImpl : public SandboxBase {
217218
Backend backend_;
218219
};
219220

220-
template <typename Backend>
221-
using Sandbox = SandboxImpl<Backend>;
221+
using Sandbox = SandboxImpl<Sandbox2Backend>;
222222

223223
} // namespace sapi
224224

0 commit comments

Comments
 (0)