| Index: ui/views/repeat_controller.h
|
| diff --git a/views/repeat_controller.h b/ui/views/repeat_controller.h
|
| similarity index 91%
|
| rename from views/repeat_controller.h
|
| rename to ui/views/repeat_controller.h
|
| index 3384cf0db6b2e5bbecfc47f33b9e6f46baf9359a..1efe50e46809e2b95bad169c8fd1ab3e517e3f14 100644
|
| --- a/views/repeat_controller.h
|
| +++ b/ui/views/repeat_controller.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_REPEAT_CONTROLLER_H_
|
| -#define VIEWS_REPEAT_CONTROLLER_H_
|
| +#ifndef UI_VIEWS_REPEAT_CONTROLLER_H_
|
| +#define UI_VIEWS_REPEAT_CONTROLLER_H_
|
| #pragma once
|
|
|
| #include "base/callback.h"
|
| @@ -47,4 +47,4 @@ class RepeatController {
|
|
|
| } // namespace views
|
|
|
| -#endif // #ifndef VIEWS_REPEAT_CONTROLLER_H_
|
| +#endif // UI_VIEWS_REPEAT_CONTROLLER_H_
|
|
|