From 127dd58a7dae9f8492bb2426ce190d7d2c9ca1d7 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 16 Mar 2011 21:32:10 +0000 Subject: Move all the message files in chrome that belong in content. TBR=avi Review URL: http://codereview.chromium.org/6672057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78435 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/in_process_webkit/indexed_db_callbacks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/in_process_webkit/indexed_db_callbacks.cc') diff --git a/content/browser/in_process_webkit/indexed_db_callbacks.cc b/content/browser/in_process_webkit/indexed_db_callbacks.cc index 52787fd..74ae15b 100644 --- a/content/browser/in_process_webkit/indexed_db_callbacks.cc +++ b/content/browser/in_process_webkit/indexed_db_callbacks.cc @@ -4,7 +4,7 @@ #include "content/browser/in_process_webkit/indexed_db_callbacks.h" -#include "chrome/common/indexed_db_messages.h" +#include "content/common/indexed_db_messages.h" IndexedDBCallbacksBase::IndexedDBCallbacksBase( IndexedDBDispatcherHost* dispatcher_host, -- cgit v1.1