| Index: chrome/browser/views/download_item_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/download_item_view.cc (revision 15319)
|
| +++ chrome/browser/views/download_item_view.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/file_path.h"
|
| #include "base/string_util.h"
|
| @@ -15,7 +16,6 @@
|
| #include "chrome/browser/views/download_shelf_view.h"
|
| #include "chrome/common/gfx/chrome_canvas.h"
|
| #include "chrome/common/gfx/text_elider.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/win_util.h"
|
| #include "chrome/views/controls/button/native_button.h"
|
| #include "chrome/views/controls/menu/menu.h"
|
|
|