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

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. 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/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
This is Rietveld 408576698