Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: base/threading/thread_restrictions.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/active_animation.h » ('j') | cc/active_animation.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | cc/active_animation.h » ('j') | cc/active_animation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698