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

Unified Diff: webrtc/base/refcount.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 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 | « webrtc/base/ratetracker_unittest.cc ('k') | webrtc/base/refcountedobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/refcount.h
diff --git a/webrtc/base/refcount.h b/webrtc/base/refcount.h
index 565ae495b2772012212c91bb04d054b5424802ab..4a7cea313f21f110b453bf09a1b67b987631cfc3 100644
--- a/webrtc/base/refcount.h
+++ b/webrtc/base/refcount.h
@@ -10,20 +10,9 @@
#ifndef WEBRTC_BASE_REFCOUNT_H_
#define WEBRTC_BASE_REFCOUNT_H_
-#include "webrtc/base/refcountedobject.h"
-namespace rtc {
-
-// Reference count interface.
-class RefCountInterface {
- public:
- virtual int AddRef() const = 0;
- virtual int Release() const = 0;
-
- protected:
- virtual ~RefCountInterface() {}
-};
-
-} // namespace rtc
+// This header is deprecated and is just left here temporarily during
+// refactoring. See https://bugs.webrtc.org/7634 for more details.
+#include "webrtc/rtc_base/refcount.h"
#endif // WEBRTC_BASE_REFCOUNT_H_
« no previous file with comments | « webrtc/base/ratetracker_unittest.cc ('k') | webrtc/base/refcountedobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698