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

Unified Diff: services/sky/internals.cc

Issue 1235093002: Move sky_viewer into services/sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: again Created 5 years, 5 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 | « services/sky/internals.h ('k') | services/sky/runtime_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky/internals.cc
diff --git a/sky/viewer/internals.cc b/services/sky/internals.cc
similarity index 97%
rename from sky/viewer/internals.cc
rename to services/sky/internals.cc
index cfba5b94e55149d07a42d94ca9df675e9d1af905..ce4cec8724ef992843f6b32ac93e8306a577e89f 100644
--- a/sky/viewer/internals.cc
+++ b/services/sky/internals.cc
@@ -2,16 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sky/viewer/internals.h"
+#include "services/sky/internals.h"
+
+#include <limits>
#include "mojo/public/cpp/application/connect.h"
#include "mojo/public/cpp/bindings/array.h"
+#include "services/sky/document_view.h"
+#include "services/sky/runtime_flags.h"
#include "sky/engine/tonic/dart_builtin.h"
#include "sky/engine/tonic/dart_converter.h"
#include "sky/engine/tonic/dart_error.h"
-#include "sky/viewer/document_view.h"
-#include "sky/viewer/runtime_flags.h"
-#include <limits>
+
using namespace blink;
« no previous file with comments | « services/sky/internals.h ('k') | services/sky/runtime_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698