diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 22:20:29 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 22:20:29 +0000 |
commit | c08950d205ff5366e6e26059cd6568cb89b28c90 (patch) | |
tree | 51640a82f1d019b619df2bbe55b612ef2d66094e /content/worker/worker_thread.cc | |
parent | aea9fa18d6b83fa89042d9b16d70a9d1ade82d75 (diff) | |
download | chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.zip chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.gz chromium_src-c08950d205ff5366e6e26059cd6568cb89b28c90.tar.bz2 |
Move content_switches to content\public\common.
BUG=98716
Review URL: http://codereview.chromium.org/8277018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker/worker_thread.cc')
-rw-r--r-- | content/worker/worker_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/worker/worker_thread.cc b/content/worker/worker_thread.cc index 1560e5b..09b4c9c 100644 --- a/content/worker/worker_thread.cc +++ b/content/worker/worker_thread.cc @@ -8,10 +8,10 @@ #include "base/lazy_instance.h" #include "base/threading/thread_local.h" #include "content/common/appcache/appcache_dispatcher.h" -#include "content/common/content_switches.h" #include "content/common/db_message_filter.h" #include "content/common/web_database_observer_impl.h" #include "content/common/worker_messages.h" +#include "content/public/common/content_switches.h" #include "content/worker/webworker_stub.h" #include "content/worker/websharedworker_stub.h" #include "content/worker/worker_webkitplatformsupport_impl.h" |