summaryrefslogtreecommitdiffstats
path: root/base/threading
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 19:35:57 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 19:35:57 +0000
commit1808285678d6736753dc0c228e8abb98d62497dc (patch)
tree8886b7a756823d958a58957de6f2feea316f1f97 /base/threading
parent2b9b311e916409cc23230c976e91f76c9fbc0c1a (diff)
downloadchromium_src-1808285678d6736753dc0c228e8abb98d62497dc.zip
chromium_src-1808285678d6736753dc0c228e8abb98d62497dc.tar.gz
chromium_src-1808285678d6736753dc0c228e8abb98d62497dc.tar.bz2
Move remaining files in content\browser\renderer_host to content namespace.
Review URL: https://codereview.chromium.org/11343017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/threading')
-rw-r--r--base/threading/thread_restrictions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 6403ec9..c762926 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -22,7 +22,6 @@ class MetricsService;
class NativeBackendKWallet;
class ScopedAllowWaitForLegacyWebViewApi;
class TestingAutomationProvider;
-class TextInputClientMac;
namespace browser_sync {
class NonFrontendDataTypeController;
@@ -46,6 +45,7 @@ class BrowserGpuChannelHostFactory;
class GLHelper;
class GpuChannelHost;
class RenderWidgetHelper;
+class TextInputClientMac;
}
namespace dbus {
class Bus;
@@ -190,6 +190,7 @@ class BASE_EXPORT ThreadRestrictions {
content::BrowserGpuChannelHostFactory; // http://crbug.com/125248
friend class content::GLHelper; // http://crbug.com/125415
friend class content::GpuChannelHost; // http://crbug.com/125264
+ friend class content::TextInputClientMac; // http://crbug.com/121917
friend class dbus::Bus; // http://crbug.com/125222
friend class disk_cache::BackendImpl; // http://crbug.com/74623
friend class disk_cache::InFlightIO; // http://crbug.com/74623
@@ -200,7 +201,6 @@ class BASE_EXPORT ThreadRestrictions {
friend class ::AcceleratedPresenter; // http://crbug.com/125391
friend class ::BrowserProcessImpl; // http://crbug.com/125207
friend class ::MetricsService; // http://crbug.com/124954
- friend class ::TextInputClientMac; // http://crbug.com/121917
friend class ::NativeBackendKWallet; // http://crbug.com/125331
// END USAGE THAT NEEDS TO BE FIXED.