Chromium Code Reviews| Index: blimp/engine/ui/blimp_screen.cc |
| diff --git a/blimp/engine/ui/blimp_screen.cc b/blimp/engine/ui/blimp_screen.cc |
| index 0e38138946741371842bd4a3b99404d3d5fff3fc..1f9a32dded4f39d4003803cfb686406bd3d45471 100644 |
| --- a/blimp/engine/ui/blimp_screen.cc |
| +++ b/blimp/engine/ui/blimp_screen.cc |
| @@ -9,7 +9,7 @@ namespace engine { |
| namespace { |
| -const int64 kDisplayId = 1; |
| +const int64_t kDisplayId = 1; |
| const int kNumDisplays = 1; |
| } // namespace |