Chromium Code Reviews

Unified Diff: webrtc/rtc_base/scoped_ref_ptr.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/rtc_base/sanitizer.h ('k') | webrtc/rtc_base/sequenced_task_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/scoped_ref_ptr.h
diff --git a/webrtc/base/scoped_ref_ptr.h b/webrtc/rtc_base/scoped_ref_ptr.h
similarity index 96%
copy from webrtc/base/scoped_ref_ptr.h
copy to webrtc/rtc_base/scoped_ref_ptr.h
index 26aff03504ac5d71de40b28a79b038e31b790844..69086dbc6c1b43773e796544ca5722f1a5badc18 100644
--- a/webrtc/base/scoped_ref_ptr.h
+++ b/webrtc/rtc_base/scoped_ref_ptr.h
@@ -60,8 +60,8 @@
// }
//
-#ifndef WEBRTC_BASE_SCOPED_REF_PTR_H_
-#define WEBRTC_BASE_SCOPED_REF_PTR_H_
+#ifndef WEBRTC_RTC_BASE_SCOPED_REF_PTR_H_
+#define WEBRTC_RTC_BASE_SCOPED_REF_PTR_H_
#include <memory>
@@ -160,4 +160,4 @@ class scoped_refptr {
} // namespace rtc
-#endif // WEBRTC_BASE_SCOPED_REF_PTR_H_
+#endif // WEBRTC_RTC_BASE_SCOPED_REF_PTR_H_
« no previous file with comments | « webrtc/rtc_base/sanitizer.h ('k') | webrtc/rtc_base/sequenced_task_checker.h » ('j') | no next file with comments »

Powered by Google App Engine