| Index: ui/gfx/display_change_notifier.cc
|
| diff --git a/ui/gfx/display_change_notifier.cc b/ui/gfx/display_change_notifier.cc
|
| index 380c32ca9c3defa97f8c0992e815d88bf3256c5d..b8cf54d08fea1ca80048c009afec847f5edf4e57 100644
|
| --- a/ui/gfx/display_change_notifier.cc
|
| +++ b/ui/gfx/display_change_notifier.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ui/gfx/display_change_notifier.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ui/gfx/display.h"
|
| #include "ui/gfx/display_observer.h"
|
|
|
| @@ -22,7 +24,7 @@ class DisplayComparator {
|
| }
|
|
|
| private:
|
| - int64 display_id_;
|
| + int64_t display_id_;
|
| };
|
|
|
| } // anonymous namespace
|
|
|