| Index: chrome/browser/ui/views/tabs/tab.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
|
| index 87250a99a5f6823cbc614d8db28bf3abeb6b1678..1678a9024cb56d7c14fc638c6a83a7306ac53c75 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -4,12 +4,16 @@
|
|
|
| #include "chrome/browser/ui/views/tabs/tab.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <limits>
|
|
|
| #include "base/command_line.h"
|
| #include "base/debug/alias.h"
|
| +#include "base/macros.h"
|
| #include "base/profiler/scoped_tracker.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/themes/theme_properties.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/layout_constants.h"
|
|
|