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

Unified Diff: net/socket/unix_domain_socket_posix.cc

Issue 13812005: net: move socket files from net/base to net/socket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: net/socket/unix_domain_socket_posix.cc
diff --git a/net/base/unix_domain_socket_posix.cc b/net/socket/unix_domain_socket_posix.cc
similarity index 99%
rename from net/base/unix_domain_socket_posix.cc
rename to net/socket/unix_domain_socket_posix.cc
index 819b94c6c3c9f28608d7b7d2bc6159cb34219e28..3f65b08bee3d18e8a32eace097014683ef7ece91 100644
--- a/net/base/unix_domain_socket_posix.cc
+++ b/net/socket/unix_domain_socket_posix.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/unix_domain_socket_posix.h"
+#include "net/socket/unix_domain_socket_posix.h"
#include <cstring>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698