| Index: components/mus/ws/connection_manager.h
|
| diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
|
| index 894204480ea2e156bb3e5216bb7074e7ff40aea9..f16ac18c6c55ec55769ea077630fb7b41b47e7f2 100644
|
| --- a/components/mus/ws/connection_manager.h
|
| +++ b/components/mus/ws/connection_manager.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef COMPONENTS_MUS_WS_CONNECTION_MANAGER_H_
|
| #define COMPONENTS_MUS_WS_CONNECTION_MANAGER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <set>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/timer/timer.h"
|
| #include "components/mus/public/interfaces/window_tree.mojom.h"
|
|
|