| Index: ui/views/focus/external_focus_tracker.h
|
| diff --git a/views/focus/external_focus_tracker.h b/ui/views/focus/external_focus_tracker.h
|
| similarity index 95%
|
| copy from views/focus/external_focus_tracker.h
|
| copy to ui/views/focus/external_focus_tracker.h
|
| index 62f553ba6708a54251cda583f454ae2c125057b8..0ea1479d8f0f38ef8a7abfc97e761c1c52b5bef2 100644
|
| --- a/views/focus/external_focus_tracker.h
|
| +++ b/ui/views/focus/external_focus_tracker.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 VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
|
| -#define VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
|
| +#ifndef UI_VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
|
| +#define UI_VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
|
| #pragma once
|
|
|
| #include "views/focus/focus_manager.h"
|
| @@ -75,4 +75,4 @@ class VIEWS_EXPORT ExternalFocusTracker : public FocusChangeListener {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
|
| +#endif // UI_VIEWS_FOCUS_EXTERNAL_FOCUS_TRACKER_H_
|
|
|