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

Unified Diff: content/common/net_adapters.cc

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: fix threading issue with weakptr Created 3 years, 6 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 | « content/common/net_adapters.h ('k') | content/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/net_adapters.cc
diff --git a/content/network/net_adapters.cc b/content/common/net_adapters.cc
similarity index 97%
rename from content/network/net_adapters.cc
rename to content/common/net_adapters.cc
index ee0bc33b8fbf5329721cdeea3895a3d9fa3e80ee..462659a87012d79edb8a0a249ef6c5d143388c86 100644
--- a/content/network/net_adapters.cc
+++ b/content/common/net_adapters.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 "content/network/net_adapters.h"
+#include "content/common/net_adapters.h"
#include "net/base/net_errors.h"
« no previous file with comments | « content/common/net_adapters.h ('k') | content/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698