Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces.
Also, update this directory to exactly match the one in monet at
0a814ed5512598e595c0ae7975a09d90a7a54e90 (aside from changes required by
the move, this only updates the BUILD.gn in that directory in a minor
way).
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/1404443004 .
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 51e7daf..ab2b534 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -203,7 +203,7 @@
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
"//mojo/public/interfaces/application",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//mojo/services/tracing/interfaces",
"//services/url_response_disk_cache",
"//shell/application_manager",
@@ -639,7 +639,7 @@
"//mojo/public/cpp/system:system",
"//mojo/services/http_server/cpp",
"//mojo/services/http_server/interfaces",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//shell/test:bindings",
":embed_pingable",
]