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

Unified Diff: mojo/services/view_manager/public/cpp/view_tracker.h

Issue 790623003: Restructure public side of view_manager service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: BUILD.gn file reorderings Created 6 years 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
Index: mojo/services/view_manager/public/cpp/view_tracker.h
diff --git a/mojo/services/public/cpp/view_manager/view_tracker.h b/mojo/services/view_manager/public/cpp/view_tracker.h
similarity index 79%
rename from mojo/services/public/cpp/view_manager/view_tracker.h
rename to mojo/services/view_manager/public/cpp/view_tracker.h
index 71a218a94df6647507f120aa4ae9b4532462b840..547fb19669800e95b33fe8da778a5aeba9e51437 100644
--- a/mojo/services/public/cpp/view_manager/view_tracker.h
+++ b/mojo/services/view_manager/public/cpp/view_tracker.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_PUBLIC_CPP_VIEW_MANAGER_VIEW_TRACKER_H_
-#define MOJO_SERVICES_PUBLIC_CPP_VIEW_MANAGER_VIEW_TRACKER_H_
+#ifndef MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_TRACKER_H_
+#define MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_TRACKER_H_
#include <set>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "mojo/services/public/cpp/view_manager/view_observer.h"
+#include "mojo/services/view_manager/public/cpp/view_observer.h"
namespace mojo {
@@ -44,4 +44,4 @@ class ViewTracker : public ViewObserver {
} // namespace mojo
-#endif // MOJO_SERVICES_PUBLIC_CPP_VIEW_MANAGER_VIEW_TRACKER_H_
+#endif // MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_TRACKER_H_
« no previous file with comments | « mojo/services/view_manager/public/cpp/view_property.h ('k') | mojo/services/view_manager/public/cpp/view_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698