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

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

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header Created 5 years, 2 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 | « mojo/services/view_manager/cpp/view_property.h ('k') | mojo/services/view_manager/cpp/view_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/cpp/view_tracker.h
diff --git a/mojo/services/view_manager/public/cpp/view_tracker.h b/mojo/services/view_manager/cpp/view_tracker.h
similarity index 79%
rename from mojo/services/view_manager/public/cpp/view_tracker.h
rename to mojo/services/view_manager/cpp/view_tracker.h
index cfc2b9d6c84ea3a93e1642b7c86c736f2b7baaab..572e535ff3f9584a3c35f57be435c6c13574ea0e 100644
--- a/mojo/services/view_manager/public/cpp/view_tracker.h
+++ b/mojo/services/view_manager/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_VIEW_MANAGER_PUBLIC_CPP_VIEW_TRACKER_H_
-#define MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_TRACKER_H_
+#ifndef MOJO_SERVICES_VIEW_MANAGER_CPP_VIEW_TRACKER_H_
+#define MOJO_SERVICES_VIEW_MANAGER_CPP_VIEW_TRACKER_H_
#include <stdint.h>
#include <set>
#include "mojo/public/cpp/system/macros.h"
-#include "view_manager/public/cpp/view_observer.h"
+#include "view_manager/cpp/view_observer.h"
namespace mojo {
@@ -44,4 +44,4 @@ class ViewTracker : public ViewObserver {
} // namespace mojo
-#endif // MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_TRACKER_H_
+#endif // MOJO_SERVICES_VIEW_MANAGER_CPP_VIEW_TRACKER_H_
« no previous file with comments | « mojo/services/view_manager/cpp/view_property.h ('k') | mojo/services/view_manager/cpp/view_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698