| 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_
|
|
|