Chromium Code Reviews

Unified Diff: webrtc/rtc_base/callback.h

Issue 2966523003: Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Restoring prime suspect includes 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/byteorder_unittest.cc ('k') | webrtc/rtc_base/callback_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/callback.h
diff --git a/webrtc/rtc_base/callback.h b/webrtc/rtc_base/callback.h
index 4435a18d18c3de0b39788dd60c94d505bcd93824..41077e85094acc3ef1c3a09f347c8e780f0c448f 100644
--- a/webrtc/rtc_base/callback.h
+++ b/webrtc/rtc_base/callback.h
@@ -62,8 +62,8 @@
#ifndef WEBRTC_RTC_BASE_CALLBACK_H_
#define WEBRTC_RTC_BASE_CALLBACK_H_
-#include "webrtc/base/refcount.h"
-#include "webrtc/base/scoped_ref_ptr.h"
+#include "webrtc/rtc_base/refcount.h"
+#include "webrtc/rtc_base/scoped_ref_ptr.h"
namespace rtc {
« no previous file with comments | « webrtc/rtc_base/byteorder_unittest.cc ('k') | webrtc/rtc_base/callback_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine