| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index caeba5f98d0c7f9b8abf578104c51f520995393e..b73f0b95590422bb51c35c37d7d940d071805ed4 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -34,6 +34,7 @@
|
| #include "services/ui/ws/window_tree.h"
|
| #include "services/ui/ws/window_tree_binding.h"
|
| #include "ui/display/display.h"
|
| +#include "ui/display/types/display_constants.h"
|
|
|
| namespace ui {
|
| namespace ws {
|
| @@ -72,7 +73,7 @@ class TestPlatformScreen : public display::PlatformScreen {
|
|
|
| private:
|
| display::PlatformScreenDelegate* delegate_;
|
| - int64_t primary_display_id_ = display::Display::kInvalidDisplayID;
|
| + int64_t primary_display_id_ = display::kInvalidDisplayId;
|
| std::set<int64_t> display_ids_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestPlatformScreen);
|
|
|