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

Unified Diff: webrtc/rtc_base/event.h

Issue 2963273002: Update includes for webrtc/{base => rtc_base} rename (3/3) (Closed)
Patch Set: git cl format 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/cryptstring.cc ('k') | webrtc/rtc_base/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/event.h
diff --git a/webrtc/rtc_base/event.h b/webrtc/rtc_base/event.h
index ca43d4df5730d4d23c51f1d270ce20a5c937e4cb..b3c0e7cdd76538bd39282daecacf4bf20f44a943 100644
--- a/webrtc/rtc_base/event.h
+++ b/webrtc/rtc_base/event.h
@@ -11,9 +11,9 @@
#ifndef WEBRTC_RTC_BASE_EVENT_H_
#define WEBRTC_RTC_BASE_EVENT_H_
-#include "webrtc/base/constructormagic.h"
+#include "webrtc/rtc_base/constructormagic.h"
#if defined(WEBRTC_WIN)
-#include "webrtc/base/win32.h" // NOLINT: consider this a system header.
+#include "webrtc/rtc_base/win32.h" // NOLINT: consider this a system header.
#elif defined(WEBRTC_POSIX)
#include <pthread.h>
#else
« no previous file with comments | « webrtc/rtc_base/cryptstring.cc ('k') | webrtc/rtc_base/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698