| Index: device/devices_app/usb/fake_permission_provider.cc
|
| diff --git a/device/devices_app/usb/fake_permission_provider.cc b/device/devices_app/usb/fake_permission_provider.cc
|
| index b4760f2d321872a7d97dcc419341ddd8ab598043..b660b2708405ddbd6c02088d8389943b83de0db8 100644
|
| --- a/device/devices_app/usb/fake_permission_provider.cc
|
| +++ b/device/devices_app/usb/fake_permission_provider.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "device/devices_app/usb/fake_permission_provider.h"
|
|
|
| namespace device {
|
|
|