summaryrefslogtreecommitdiffstats
path: root/content/worker
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 06:19:28 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 06:19:28 +0000
commit3827e970d979f0775cdbce3e2f18aeeedff0753d (patch)
tree25a6767250ae3de1a04202ae5fcefa596662bc03 /content/worker
parentae3076559d7c5e4dfe940cfd27fc2f41cb161428 (diff)
downloadchromium_src-3827e970d979f0775cdbce3e2f18aeeedff0753d.zip
chromium_src-3827e970d979f0775cdbce3e2f18aeeedff0753d.tar.gz
chromium_src-3827e970d979f0775cdbce3e2f18aeeedff0753d.tar.bz2
Move a bunch of content\common code into the content namespace.
Review URL: https://codereview.chromium.org/11225045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r--content/worker/worker_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/worker/worker_thread.h b/content/worker/worker_thread.h
index 38982d0..0ac216f 100644
--- a/content/worker/worker_thread.h
+++ b/content/worker/worker_thread.h
@@ -9,12 +9,12 @@
#include "content/common/child_thread.h"
-class DBMessageFilter;
class WebDatabaseObserverImpl;
struct WorkerProcessMsg_CreateWorker_Params;
namespace content {
class AppCacheDispatcher;
+class DBMessageFilter;
class IndexedDBMessageFilter;
class WebSharedWorkerStub;
class WorkerWebKitPlatformSupportImpl;