| Index: content/common/indexed_db/proxy_webidbfactory_impl.cc
|
| diff --git a/content/renderer/indexed_db/renderer_webidbfactory_impl.cc b/content/common/indexed_db/proxy_webidbfactory_impl.cc
|
| similarity index 88%
|
| rename from content/renderer/indexed_db/renderer_webidbfactory_impl.cc
|
| rename to content/common/indexed_db/proxy_webidbfactory_impl.cc
|
| index 166d92c1d1c1b2bb8ea65cb4fa050838caacfd92..6a55ead83a22475e1392900427dd2e122a1343e5 100644
|
| --- a/content/renderer/indexed_db/renderer_webidbfactory_impl.cc
|
| +++ b/content/common/indexed_db/proxy_webidbfactory_impl.cc
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/renderer/indexed_db/renderer_webidbfactory_impl.h"
|
| +#include "content/common/indexed_db/proxy_webidbfactory_impl.h"
|
|
|
| -#include "content/renderer/indexed_db/indexed_db_dispatcher.h"
|
| -#include "content/renderer/render_thread_impl.h"
|
| +#include "content/common/indexed_db/indexed_db_dispatcher.h"
|
| +#include "content/common/child_thread.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDOMStringList.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
|
|
|
|