| Index: chrome/browser/ui/views/sync/bubble_sync_promo_view.cc
|
| diff --git a/chrome/browser/ui/views/sync/bubble_sync_promo_view.cc b/chrome/browser/ui/views/sync/bubble_sync_promo_view.cc
|
| index e74134d48019949ec4d94fb9ee54fe0daded8fe7..906dfe7d3735cd01b41f26f2b4e125328da31fc1 100644
|
| --- a/chrome/browser/ui/views/sync/bubble_sync_promo_view.cc
|
| +++ b/chrome/browser/ui/views/sync/bubble_sync_promo_view.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/browser/ui/views/sync/bubble_sync_promo_view.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/ui/sync/bubble_sync_promo_delegate.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
|
|