Index: chrome/browser/download/download_manager.cc |
=================================================================== |
--- chrome/browser/download/download_manager.cc (revision 15319) |
+++ chrome/browser/download/download_manager.cc (working copy) |
@@ -4,6 +4,7 @@ |
#include "chrome/browser/download/download_manager.h" |
+#include "app/l10n_util.h" |
#include "base/command_line.h" |
#include "base/file_util.h" |
#include "base/logging.h" |
@@ -30,7 +31,6 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/l10n_util.h" |
#include "chrome/common/platform_util.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/pref_service.h" |