| Index: chrome/views/view.cc
|
| ===================================================================
|
| --- chrome/views/view.cc (revision 15319)
|
| +++ chrome/views/view.cc (working copy)
|
| @@ -10,13 +10,13 @@
|
| #include <iostream>
|
| #endif
|
|
|
| +#include "app/l10n_util.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/scoped_handle.h"
|
| #include "base/string_util.h"
|
| #include "chrome/common/drag_drop_types.h"
|
| #include "chrome/common/gfx/chrome_canvas.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/views/background.h"
|
| #include "chrome/views/layout_manager.h"
|
| #include "chrome/views/widget/root_view.h"
|
|
|