| Index: chrome/renderer/render_view.cc
|
| ===================================================================
|
| --- chrome/renderer/render_view.cc (revision 28672)
|
| +++ chrome/renderer/render_view.cc (working copy)
|
| @@ -10,13 +10,13 @@
|
|
|
| #include "app/gfx/color_utils.h"
|
| #include "app/gfx/favicon_size.h"
|
| +#include "app/gfx/native_widget_types.h"
|
| #include "app/l10n_util.h"
|
| #include "app/message_box_flags.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/command_line.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/field_trial.h"
|
| -#include "base/gfx/native_widget_types.h"
|
| #include "base/process_util.h"
|
| #include "base/singleton.h"
|
| #include "base/string_piece.h"
|
|
|