Index: chrome/views/controls/menu/chrome_menu.cc |
=================================================================== |
--- chrome/views/controls/menu/chrome_menu.cc (revision 15365) |
+++ chrome/views/controls/menu/chrome_menu.cc (working copy) |
@@ -11,6 +11,7 @@ |
#include "app/gfx/chrome_canvas.h" |
#include "app/l10n_util.h" |
#include "app/l10n_util_win.h" |
+#include "app/os_exchange_data.h" |
#include "base/base_drag_source.h" |
#include "base/gfx/native_theme.h" |
#include "base/message_loop.h" |
@@ -20,7 +21,6 @@ |
// TODO(beng): (Cleanup) remove this browser dep. |
#include "chrome/browser/drag_utils.h" |
#include "chrome/common/gfx/color_utils.h" |
-#include "chrome/common/os_exchange_data.h" |
#include "chrome/views/border.h" |
#include "chrome/views/view_constants.h" |
#include "chrome/views/widget/root_view.h" |