Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"

This reverts commit c3771cc4d37f5573fe53b7c7cff295a4f0f9560f.
(breaks downstream internal project)

BUG=webrtc:7634
NOTRY=True
NOPRESUBMIT=True

Review-Url: https://codereview.webrtc.org/2972463002 .
Cr-Commit-Position: refs/heads/master@{#18873}
diff --git a/webrtc/examples/peerconnection/client/linux/main.cc b/webrtc/examples/peerconnection/client/linux/main.cc
index d57bc98..7886f76 100644
--- a/webrtc/examples/peerconnection/client/linux/main.cc
+++ b/webrtc/examples/peerconnection/client/linux/main.cc
@@ -15,8 +15,8 @@
 #include "webrtc/examples/peerconnection/client/linux/main_wnd.h"
 #include "webrtc/examples/peerconnection/client/peer_connection_client.h"
 
-#include "webrtc/rtc_base/ssladapter.h"
-#include "webrtc/rtc_base/thread.h"
+#include "webrtc/base/ssladapter.h"
+#include "webrtc/base/thread.h"
 
 class CustomSocketServer : public rtc::PhysicalSocketServer {
  public: