| Index: chrome/browser/sync/sync_ui_util.cc
|
| ===================================================================
|
| --- chrome/browser/sync/sync_ui_util.cc (revision 72000)
|
| +++ chrome/browser/sync/sync_ui_util.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/sync/sync_ui_util.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/i18n/number_formatting.h"
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/string_util.h"
|
| @@ -17,6 +16,7 @@
|
| #include "grit/browser_resources.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| typedef GoogleServiceAuthError AuthError;
|
|
|
|
|