| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index 61a269f349c158d5ba7d59570930567728de4706..79b900878af9e6fde5f44781425284c0aa8598cd 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -30,7 +30,7 @@ class NonFrontendDataTypeController;
|
| class UIModelWorker;
|
| }
|
| namespace cc {
|
| -class CCCompletionEvent;
|
| +class CompletionEvent;
|
| }
|
| namespace chromeos {
|
| class AudioMixerAlsa;
|
| @@ -171,7 +171,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| friend class ::HistogramSynchronizer;
|
| friend class ::ScopedAllowWaitForLegacyWebViewApi;
|
| friend class ::TestingAutomationProvider;
|
| - friend class cc::CCCompletionEvent;
|
| + friend class cc::CompletionEvent;
|
| friend class remoting::AutoThread;
|
| friend class SequencedWorkerPool;
|
| friend class SimpleThread;
|
|
|