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

Unified Diff: webrtc/rtc_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/rtc_base/ratetracker_unittest.cc ('k') | webrtc/rtc_base/refcountedobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/refcount.h
diff --git a/webrtc/base/refcount.h b/webrtc/rtc_base/refcount.h
similarity index 85%
copy from webrtc/base/refcount.h
copy to webrtc/rtc_base/refcount.h
index 565ae495b2772012212c91bb04d054b5424802ab..d67e2871c64e9a620e4f9f59b211e278194a7436 100644
--- a/webrtc/base/refcount.h
+++ b/webrtc/rtc_base/refcount.h
@@ -7,8 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_REFCOUNT_H_
-#define WEBRTC_BASE_REFCOUNT_H_
+#ifndef WEBRTC_RTC_BASE_REFCOUNT_H_
+#define WEBRTC_RTC_BASE_REFCOUNT_H_
#include "webrtc/base/refcountedobject.h"
@@ -26,4 +26,4 @@ class RefCountInterface {
} // namespace rtc
-#endif // WEBRTC_BASE_REFCOUNT_H_
+#endif // WEBRTC_RTC_BASE_REFCOUNT_H_
« no previous file with comments | « webrtc/rtc_base/ratetracker_unittest.cc ('k') | webrtc/rtc_base/refcountedobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698