| Index: components/mus/ws/window_manager_access_policy.h
|
| diff --git a/components/mus/ws/window_manager_access_policy.h b/components/mus/ws/window_manager_access_policy.h
|
| index 90cad8eff5685586bb0a435600e604753e9cd7e7..ba9390ceefc3c49beb97344ff97cca2e13efd04a 100644
|
| --- a/components/mus/ws/window_manager_access_policy.h
|
| +++ b/components/mus/ws/window_manager_access_policy.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_MUS_WS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
| #define COMPONENTS_MUS_WS_WINDOW_MANAGER_ACCESS_POLICY_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "components/mus/ws/access_policy.h"
|
|
|
| namespace mus {
|
|
|