diff options
Diffstat (limited to 'chrome/browser/download')
-rw-r--r-- | chrome/browser/download/download_item.cc | 2 | ||||
-rw-r--r-- | chrome/browser/download/download_item_model.cc | 2 | ||||
-rw-r--r-- | chrome/browser/download/download_manager.cc | 2 | ||||
-rw-r--r-- | chrome/browser/download/download_request_infobar_delegate.cc | 2 | ||||
-rw-r--r-- | chrome/browser/download/download_shelf.cc | 2 | ||||
-rw-r--r-- | chrome/browser/download/download_util.cc | 2 | ||||
-rw-r--r-- | chrome/browser/download/save_package.cc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/chrome/browser/download/download_item.cc b/chrome/browser/download/download_item.cc index c496361..cb753e8 100644 --- a/chrome/browser/download/download_item.cc +++ b/chrome/browser/download/download_item.cc @@ -4,7 +4,6 @@ #include "chrome/browser/download/download_item.h" -#include "app/l10n_util.h" #include "base/basictypes.h" #include "base/file_util.h" #include "base/format_macros.h" @@ -26,6 +25,7 @@ #include "chrome/browser/profiles/profile.h" #include "chrome/common/extensions/extension.h" #include "chrome/common/pref_names.h" +#include "ui/base/l10n/l10n_util.h" namespace { diff --git a/chrome/browser/download/download_item_model.cc b/chrome/browser/download/download_item_model.cc index 68c1861..e7da0ec 100644 --- a/chrome/browser/download/download_item_model.cc +++ b/chrome/browser/download/download_item_model.cc @@ -4,7 +4,6 @@ #include "chrome/browser/download/download_item_model.h" -#include "app/l10n_util.h" #include "base/i18n/number_formatting.h" #include "base/i18n/rtl.h" #include "base/string16.h" @@ -13,6 +12,7 @@ #include "chrome/browser/download/save_package.h" #include "chrome/common/time_format.h" #include "grit/generated_resources.h" +#include "ui/base/l10n/l10n_util.h" using base::TimeDelta; diff --git a/chrome/browser/download/download_manager.cc b/chrome/browser/download/download_manager.cc index 24acf1d..740177e 100644 --- a/chrome/browser/download/download_manager.cc +++ b/chrome/browser/download/download_manager.cc @@ -4,7 +4,6 @@ #include "chrome/browser/download/download_manager.h" -#include "app/l10n_util.h" #include "base/callback.h" #include "base/file_util.h" #include "base/logging.h" @@ -44,6 +43,7 @@ #include "grit/theme_resources.h" #include "net/base/mime_util.h" #include "net/base/net_util.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" DownloadManager::DownloadManager(DownloadStatusUpdater* status_updater) diff --git a/chrome/browser/download/download_request_infobar_delegate.cc b/chrome/browser/download/download_request_infobar_delegate.cc index 5d4b618..beb0d90 100644 --- a/chrome/browser/download/download_request_infobar_delegate.cc +++ b/chrome/browser/download/download_request_infobar_delegate.cc @@ -4,10 +4,10 @@ #include "chrome/browser/download/download_request_infobar_delegate.h" -#include "app/l10n_util.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" DownloadRequestInfoBarDelegate::DownloadRequestInfoBarDelegate( diff --git a/chrome/browser/download/download_shelf.cc b/chrome/browser/download/download_shelf.cc index f8cc58a..ce000f4 100644 --- a/chrome/browser/download/download_shelf.cc +++ b/chrome/browser/download/download_shelf.cc @@ -4,7 +4,6 @@ #include "chrome/browser/download/download_shelf.h" -#include "app/l10n_util.h" #include "base/file_util.h" #include "chrome/browser/dom_ui/downloads_ui.h" #include "chrome/browser/download/download_item.h" @@ -14,6 +13,7 @@ #include "chrome/browser/metrics/user_metrics.h" #include "chrome/common/url_constants.h" #include "grit/generated_resources.h" +#include "ui/base/l10n/l10n_util.h" // DownloadShelfContextMenu ---------------------------------------------------- diff --git a/chrome/browser/download/download_util.cc b/chrome/browser/download/download_util.cc index 61574d3..c958213 100644 --- a/chrome/browser/download/download_util.cc +++ b/chrome/browser/download/download_util.cc @@ -11,7 +11,6 @@ #endif #include <string> -#include "app/l10n_util.h" #include "base/file_util.h" #include "base/i18n/rtl.h" #include "base/i18n/time_formatting.h" @@ -52,6 +51,7 @@ #include "skia/ext/image_operations.h" #include "third_party/skia/include/core/SkPath.h" #include "third_party/skia/include/core/SkShader.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" #if defined(TOOLKIT_VIEWS) diff --git a/chrome/browser/download/save_package.cc b/chrome/browser/download/save_package.cc index fe52332..f7833d5 100644 --- a/chrome/browser/download/save_package.cc +++ b/chrome/browser/download/save_package.cc @@ -6,7 +6,6 @@ #include <algorithm> -#include "app/l10n_util.h" #include "base/file_path.h" #include "base/file_util.h" #include "base/i18n/file_util_icu.h" @@ -51,6 +50,7 @@ #include "net/base/net_util.h" #include "net/url_request/url_request_context.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageSerializerClient.h" +#include "ui/base/l10n/l10n_util.h" using base::Time; using WebKit::WebPageSerializerClient; |