| Index: chrome/browser/drag_utils.cc
|
| ===================================================================
|
| --- chrome/browser/drag_utils.cc (revision 15319)
|
| +++ chrome/browser/drag_utils.cc (working copy)
|
| @@ -8,6 +8,7 @@
|
| #include <shlobj.h>
|
| #include <shobjidl.h>
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/file_util.h"
|
| #include "base/gfx/gdi_util.h"
|
| @@ -16,7 +17,6 @@
|
| #include "chrome/browser/views/bookmark_bar_view.h"
|
| #include "chrome/common/gfx/chrome_canvas.h"
|
| #include "chrome/common/gfx/chrome_font.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/os_exchange_data.h"
|
| #include "chrome/common/win_util.h"
|
| #include "chrome/views/controls/button/text_button.h"
|
|
|