| 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"
|
|
|