summaryrefslogtreecommitdiffstats
path: root/content/common/drag_messages.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 20:00:41 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 20:00:41 +0000
commit19a5c744bf18b7e7b233fe2de250275f58ed9562 (patch)
tree7d87a52f17e950b380a44c67f1b27c3ec5a47ae9 /content/common/drag_messages.h
parentc92f4ed1c339ad9a413a6945e5e6c71f397187a1 (diff)
downloadchromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.zip
chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.gz
chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.bz2
Move common_param_traits and webkit_param_traits to content/public/common.
BUG=98716 Review URL: http://codereview.chromium.org/8368004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/drag_messages.h')
-rw-r--r--content/common/drag_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h
index a8ac21f..f4e1cd7 100644
--- a/content/common/drag_messages.h
+++ b/content/common/drag_messages.h
@@ -5,7 +5,7 @@
// IPC messages for drag and drop.
// Multiply-included message file, hence no include guard.
-#include "content/common/common_param_traits.h"
+#include "content/public/common/common_param_traits.h"
#include "ipc/ipc_message_macros.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h"