| Index: components/window_manager/focus_rules.h
|
| diff --git a/components/window_manager/focus_rules.h b/components/window_manager/focus_rules.h
|
| index 3514c7f2b8b045a66505d1abbedf380954aff528..d36f933a4aa5983a6cb6992415802739296dff9f 100644
|
| --- a/components/window_manager/focus_rules.h
|
| +++ b/components/window_manager/focus_rules.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef COMPONENTS_WINDOW_MANAGER_FOCUS_RULES_H_
|
| #define COMPONENTS_WINDOW_MANAGER_FOCUS_RULES_H_
|
|
|
| -#include "third_party/mojo_services/src/view_manager/public/cpp/types.h"
|
| -#include "third_party/mojo_services/src/view_manager/public/cpp/view.h"
|
| +#include "components/view_manager/public/cpp/types.h"
|
| +#include "components/view_manager/public/cpp/view.h"
|
|
|
| namespace window_manager {
|
|
|
|
|