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

Unified Diff: extensions/browser/api/socket/socket.cc

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 years, 9 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 | « extensions/browser/api/socket/socket.h ('k') | extensions/browser/api/socket/socket/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/socket/socket.cc
diff --git a/chrome/browser/extensions/api/socket/socket.cc b/extensions/browser/api/socket/socket.cc
similarity index 98%
rename from chrome/browser/extensions/api/socket/socket.cc
rename to extensions/browser/api/socket/socket.cc
index ea68fe1cd55b86bb1748aad8a3da4c82cf9fe36d..a9abbd9b3f7566486bb06f155a6d3b48b48198e7 100644
--- a/chrome/browser/extensions/api/socket/socket.cc
+++ b/extensions/browser/api/socket/socket.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 "chrome/browser/extensions/api/socket/socket.h"
+#include "extensions/browser/api/socket/socket.h"
#include "base/bind.h"
#include "base/lazy_instance.h"
« no previous file with comments | « extensions/browser/api/socket/socket.h ('k') | extensions/browser/api/socket/socket/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698