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

Unified Diff: services/sky/internals.h

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/document_view.cc ('k') | services/sky/internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky/internals.h
diff --git a/sky/viewer/internals.h b/services/sky/internals.h
similarity index 92%
rename from sky/viewer/internals.h
rename to services/sky/internals.h
index dc1a61de2f603af7f3ddda95886fa7058b75e5e1..9fb787d70127237a1e7a62df403945e2de76af56 100644
--- a/sky/viewer/internals.h
+++ b/services/sky/internals.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SKY_VIEWER_INTERNALS_H_
-#define SKY_VIEWER_INTERNALS_H_
+#ifndef SERVICES_SKY_INTERNALS_H_
+#define SERVICES_SKY_INTERNALS_H_
#include "base/memory/weak_ptr.h"
#include "base/supports_user_data.h"
@@ -47,4 +47,4 @@ class Internals : public base::SupportsUserData::Data,
} // namespace sky
-#endif // SKY_VIEWER_INTERNALS_H_
+#endif // SERVICES_SKY_INTERNALS_H_
« no previous file with comments | « services/sky/document_view.cc ('k') | services/sky/internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698