| Index: chrome/browser/sync/sync_error_notifier_ash.cc
|
| diff --git a/chrome/browser/sync/sync_error_notifier_ash.cc b/chrome/browser/sync/sync_error_notifier_ash.cc
|
| index 128a33a2a549d356a2d569d4a40a305bcbf24095..4e4f3e229515e8dbf3dfe0ed2530a6f2617b9a5e 100644
|
| --- a/chrome/browser/sync/sync_error_notifier_ash.cc
|
| +++ b/chrome/browser/sync/sync_error_notifier_ash.cc
|
| @@ -7,8 +7,10 @@
|
| #include "ash/shell.h"
|
| #include "ash/shell_delegate.h"
|
| #include "ash/system/system_notifier.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/notifications/notification.h"
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
|
|