summaryrefslogtreecommitdiffstats
path: root/content/child/database_util.h
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-03 00:39:40 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-03 00:39:40 +0000
commit2cce59d422d84fcf76f6fb3fc24829fb889bf6c9 (patch)
treee0b609f14a6361f8cc901455ed08a79ebeb0d62c /content/child/database_util.h
parentb875d9be06f419624cebf5381dc5caebfa69fe08 (diff)
downloadchromium_src-2cce59d422d84fcf76f6fb3fc24829fb889bf6c9.zip
chromium_src-2cce59d422d84fcf76f6fb3fc24829fb889bf6c9.tar.gz
chromium_src-2cce59d422d84fcf76f6fb3fc24829fb889bf6c9.tar.bz2
Revert of Move WebKitPlatformSupportImpl over to content. (https://codereview.chromium.org/184683002/)
Reason for revert: I think this might not be this patch, perhaps related to recipe changes? But it broke the tree anyway, so I'm going to revert for now. Sorry if it's not related to this change. e.g. http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Full&number=399 Original issue's description: > Move WebKitPlatformSupportImpl over to content. > > In the process rename it BlinkPlatformImpl to avoid conflicts and confusion with an existing WebKitPlatformSupportImpl class in content. > > This step is necessary because WebKitPlatformSupportImpl uses webkit/common/user_agent/, and we also want to move user_agent to content. > > So this needs to happen first because webkit can't depend on content as content already depends on webkit, otherwise we would be creating a circular dependency. > > WebURLLoader and WebSocketStreamHandleImpl had to be moved with WebKitPlatformSupportImpl, because they both uses WebKitPlatformSupportImpl and vice-versa. > > BUG=265753,338338,237249 > TEST=content_unittests > R=jam@chromium.org > TBR=darin > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254425 TBR=darin@chromium.org,jam@chromium.org,avi@chromium.org,tfarina@chromium.org NOTREECHECKS=true NOTRY=true BUG=265753,338338,237249 Review URL: https://codereview.chromium.org/185603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child/database_util.h')
-rw-r--r--content/child/database_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/database_util.h b/content/child/database_util.h
index 8be607c..284a147 100644
--- a/content/child/database_util.h
+++ b/content/child/database_util.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_CHILD_DATABASE_UTIL_H_
#define CONTENT_CHILD_DATABASE_UTIL_H_
-#include "content/child/blink_platform_impl.h"
+#include "webkit/child/webkitplatformsupport_impl.h"
namespace IPC {
class SyncMessageFilter;