| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index 324ca7e00b5563d8f9b282303f3579a0f0bc7863..60089223bac1059192798b8089e8cffb8559919c 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -164,7 +164,7 @@ gfx::Display ScreenAsh::GetDisplayNearestWindow(gfx::NativeView window) const {
|
| if (!root_window)
|
| return GetPrimaryDisplay();
|
| const RootWindowSettings* rws = GetRootWindowSettings(root_window);
|
| - int64 id = rws->display_id;
|
| + int64_t id = rws->display_id;
|
| // if id is |kInvaildDisplayID|, it's being deleted.
|
| DCHECK(id != gfx::Display::kInvalidDisplayID);
|
| if (id == gfx::Display::kInvalidDisplayID)
|
|
|