Restructure public side of network service.
This CL goes from this:
//mojo/services/public/cpp/network
//mojo/services/public/interfaces/network
to this:
//mojo/services/network/public/cpp
//mojo/services/network/public/interfaces
This CL also makes the Mojo-side changes required to roll this change into
Chromium.
TBR=beng
Review URL: https://codereview.chromium.org/789243002
diff --git a/sky/viewer/platform/weburlloader_impl.h b/sky/viewer/platform/weburlloader_impl.h
index 42b6514..a8573cd 100644
--- a/sky/viewer/platform/weburlloader_impl.h
+++ b/sky/viewer/platform/weburlloader_impl.h
@@ -7,7 +7,7 @@
#include "base/memory/weak_ptr.h"
#include "mojo/common/handle_watcher.h"
-#include "mojo/services/public/interfaces/network/url_loader.mojom.h"
+#include "mojo/services/network/public/interfaces/url_loader.mojom.h"
#include "sky/engine/public/platform/WebURLLoader.h"
#include "sky/engine/public/platform/WebURLRequest.h"