| Index: chrome/views/view_win.cc
|
| ===================================================================
|
| --- chrome/views/view_win.cc (revision 15365)
|
| +++ chrome/views/view_win.cc (working copy)
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "chrome/views/view.h"
|
|
|
| +#include "app/drag_drop_types.h"
|
| #include "app/gfx/chrome_canvas.h"
|
| +#include "app/gfx/path.h"
|
| +#include "app/os_exchange_data.h"
|
| #include "base/scoped_handle.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/common/drag_drop_types.h"
|
| -#include "chrome/common/gfx/path.h"
|
| -#include "chrome/common/os_exchange_data.h"
|
| #include "chrome/views/accessibility/view_accessibility_wrapper.h"
|
| #include "chrome/views/border.h"
|
| #include "chrome/views/widget/root_view.h"
|
|
|