| Index: ash/display/mirror_window_controller.h
|
| diff --git a/ash/display/mirror_window_controller.h b/ash/display/mirror_window_controller.h
|
| index d46088598268e8bcbafeae29ea2ee68c8c60591f..727a73382c9d303cf7e23664575b90b063884661 100644
|
| --- a/ash/display/mirror_window_controller.h
|
| +++ b/ash/display/mirror_window_controller.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef ASH_DISPLAY_MIRROR_WINDOW_CONTROLLER_H_
|
| #define ASH_DISPLAY_MIRROR_WINDOW_CONTROLLER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/display/display_manager.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/aura/window.h"
|
| @@ -72,7 +75,7 @@ class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver {
|
| gfx::Display GetDisplayForRootWindow(const aura::Window* root) const;
|
|
|
| // Returns the AshWindwoTreeHost created for |display_id|.
|
| - AshWindowTreeHost* GetAshWindowTreeHostForDisplayId(int64 display_id);
|
| + AshWindowTreeHost* GetAshWindowTreeHostForDisplayId(int64_t display_id);
|
|
|
| // Returns all root windows hosting mirroring displays.
|
| aura::Window::Windows GetAllRootWindows() const;
|
|
|