Index: chrome/browser/ui/views/accelerator_utils_aura.cc |
diff --git a/chrome/browser/ui/views/accelerator_utils_aura.cc b/chrome/browser/ui/views/accelerator_utils_aura.cc |
index 42f45929b60645c68ec7e48c23130d798f77804a..3efed3672f1c685083153ebc05c30e426db0b6ea 100644 |
--- a/chrome/browser/ui/views/accelerator_utils_aura.cc |
+++ b/chrome/browser/ui/views/accelerator_utils_aura.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/host_desktop.h" |
#include "chrome/browser/ui/views/accelerator_table.h" |