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/file_unittest.cc

Issue 2962303003: Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: 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/file_posix.cc ('k') | webrtc/rtc_base/file_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/file_unittest.cc
diff --git a/webrtc/rtc_base/file_unittest.cc b/webrtc/rtc_base/file_unittest.cc
index a052a6ebcf4346398a1ef1e4d971a1debce0af81..99a5d5885a6277cfa536243067f105cf08437b2d 100644
--- a/webrtc/rtc_base/file_unittest.cc
+++ b/webrtc/rtc_base/file_unittest.cc
@@ -12,13 +12,13 @@
#include <memory>
#include <string>
-#include "webrtc/rtc_base/file.h"
-#include "webrtc/rtc_base/gunit.h"
+#include "webrtc/base/gunit.h"
+#include "webrtc/base/file.h"
#include "webrtc/test/testsupport/fileutils.h"
#if defined(WEBRTC_WIN)
-#include "webrtc/rtc_base/win32.h"
+#include "webrtc/base/win32.h"
#else // if defined(WEBRTC_WIN)
« no previous file with comments | « webrtc/rtc_base/file_posix.cc ('k') | webrtc/rtc_base/file_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698