Chromium Code Reviews| Index: base/threading/thread_restrictions.h |
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
| index 1b79c03b0823ba41606b7be4eac02fdda5ff6c83..629d3e70477067c5719ad1a35891905705a8c7fe 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,7 +223,7 @@ 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 gpu::GpuChannelHost; // http://crbug.com/125264 |
|
jam
2016/03/31 19:49:44
nit: keep sorted
Peng
2016/03/31 19:53:22
Done.
|
| 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 |