OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef BASE_THREADING_THREAD_RESTRICTIONS_H_ | 5 #ifndef BASE_THREADING_THREAD_RESTRICTIONS_H_ |
6 #define BASE_THREADING_THREAD_RESTRICTIONS_H_ | 6 #define BASE_THREADING_THREAD_RESTRICTIONS_H_ |
7 | 7 |
8 #include "base/base_export.h" | 8 #include "base/base_export.h" |
9 #include "base/basictypes.h" | 9 #include "base/basictypes.h" |
10 | 10 |
(...skipping 25 matching lines...) Expand all Loading... |
36 namespace content { | 36 namespace content { |
37 class BrowserGpuChannelHostFactory; | 37 class BrowserGpuChannelHostFactory; |
38 class BrowserGpuMemoryBufferManager; | 38 class BrowserGpuMemoryBufferManager; |
39 class BrowserShutdownProfileDumper; | 39 class BrowserShutdownProfileDumper; |
40 class BrowserTestBase; | 40 class BrowserTestBase; |
41 class GpuChannelHost; | 41 class GpuChannelHost; |
42 class NestedMessagePumpAndroid; | 42 class NestedMessagePumpAndroid; |
43 class RenderWidgetResizeHelper; | 43 class RenderWidgetResizeHelper; |
44 class ScopedAllowWaitForAndroidLayoutTests; | 44 class ScopedAllowWaitForAndroidLayoutTests; |
45 class TextInputClientMac; | 45 class TextInputClientMac; |
46 } | 46 } // namespace content |
47 namespace dbus { | 47 namespace dbus { |
48 class Bus; | 48 class Bus; |
49 } | 49 } |
50 namespace disk_cache { | 50 namespace disk_cache { |
51 class BackendImpl; | 51 class BackendImpl; |
52 class InFlightIO; | 52 class InFlightIO; |
53 } | 53 } |
54 namespace mojo { | 54 namespace mojo { |
55 namespace common { | 55 namespace common { |
56 class WatcherThreadManager; | 56 class WatcherThreadManager; |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 | 229 |
230 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait); | 230 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait); |
231 }; | 231 }; |
232 | 232 |
233 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions); | 233 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions); |
234 }; | 234 }; |
235 | 235 |
236 } // namespace base | 236 } // namespace base |
237 | 237 |
238 #endif // BASE_THREADING_THREAD_RESTRICTIONS_H_ | 238 #endif // BASE_THREADING_THREAD_RESTRICTIONS_H_ |
OLD | NEW |