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

Unified Diff: sky/services/platform/weburlloader_impl.cc

Issue 959773005: Share sky::PlatformImpl bettween sky_viewer and SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/services/platform/weburlloader_impl.h ('k') | sky/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/platform/weburlloader_impl.cc
diff --git a/sky/viewer/platform/weburlloader_impl.cc b/sky/services/platform/weburlloader_impl.cc
similarity index 97%
rename from sky/viewer/platform/weburlloader_impl.cc
rename to sky/services/platform/weburlloader_impl.cc
index 665c757ebc0bd263f6b7551463faa8507ccc0de0..596bc599bb4fcfb4f01a5e6bc9c318bed02fe3f3 100644
--- a/sky/viewer/platform/weburlloader_impl.cc
+++ b/sky/services/platform/weburlloader_impl.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 "sky/viewer/platform/weburlloader_impl.h"
+#include "sky/services/platform/weburlloader_impl.h"
#include "base/bind.h"
#include "base/logging.h"
@@ -14,8 +14,8 @@
#include "sky/engine/public/platform/WebURLLoadTiming.h"
#include "sky/engine/public/platform/WebURLLoaderClient.h"
#include "sky/engine/public/platform/WebURLResponse.h"
-#include "sky/viewer/converters/url_request_types.h"
-#include "sky/viewer/platform/net_constants.h"
+#include "sky/services/platform/net_constants.h"
+#include "sky/services/platform/url_request_types.h"
namespace sky {
namespace {
« no previous file with comments | « sky/services/platform/weburlloader_impl.h ('k') | sky/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698