Index: base/threading/thread_restrictions.h |
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
index 1b79c03b0823ba41606b7be4eac02fdda5ff6c83..0ff11967128a70b5a7c87ed4e419718ec2d18c57 100644 |
--- a/base/threading/thread_restrictions.h |
+++ b/base/threading/thread_restrictions.h |
@@ -38,7 +38,6 @@ class BrowserGpuChannelHostFactory; |
class BrowserGpuMemoryBufferManager; |
class BrowserShutdownProfileDumper; |
class BrowserTestBase; |
-class GpuChannelHost; |
class NestedMessagePumpAndroid; |
class ScopedAllowWaitForAndroidLayoutTests; |
class ScopedAllowWaitForDebugURL; |
@@ -56,6 +55,9 @@ class InFlightIO; |
namespace gles2 { |
class CommandBufferClientImpl; |
} |
+namespace gpu { |
+class GpuChannelHost; |
+} |
namespace mojo { |
namespace common { |
class MessagePumpMojo; |
@@ -221,11 +223,11 @@ class BASE_EXPORT ThreadRestrictions { |
content::BrowserGpuChannelHostFactory; // http://crbug.com/125248 |
friend class |
content::BrowserGpuMemoryBufferManager; // http://crbug.com/420368 |
- 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 |
+ friend class gpu::GpuChannelHost; // http://crbug.com/125264 |
friend class net::internal::AddressTrackerLinux; // http://crbug.com/125097 |
friend class net::NetworkChangeNotifierMac; // http://crbug.com/125097 |
friend class ::BrowserProcessImpl; // http://crbug.com/125207 |