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

Unified Diff: remoting/jingle_glue/ssl_adapter.cc

Issue 4562002: Add DEPS files in remoting subdirectories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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 | « remoting/jingle_glue/DEPS ('k') | remoting/jingle_glue/ssl_socket_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/ssl_adapter.cc
diff --git a/remoting/jingle_glue/ssl_adapter.cc b/remoting/jingle_glue/ssl_adapter.cc
index 68d350cae5891cbcd6ba0b2f17b01f024505c729..25cd75a1f40ce204c14a7af152b7d007a374ee99 100644
--- a/remoting/jingle_glue/ssl_adapter.cc
+++ b/remoting/jingle_glue/ssl_adapter.cc
@@ -5,7 +5,7 @@
#include "remoting/jingle_glue/ssl_adapter.h"
#if defined(OS_WIN)
-#include "talk/base/ssladapter.h"
+#include "third_party/libjingle/source/talk/base/ssladapter.h"
#else
#include "remoting/jingle_glue/ssl_socket_adapter.h"
#endif
@@ -24,4 +24,3 @@ talk_base::SSLAdapter* CreateSSLAdapter(talk_base::AsyncSocket* socket) {
}
} // namespace remoting
-
« no previous file with comments | « remoting/jingle_glue/DEPS ('k') | remoting/jingle_glue/ssl_socket_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698