| Index: ui/views/view.h
|
| diff --git a/views/view.h b/ui/views/view.h
|
| similarity index 99%
|
| rename from views/view.h
|
| rename to ui/views/view.h
|
| index e93a125710d9c5c99fae097013fe25b8a9db3462..6e8eb2892e3efc8a68f02b5c7d88e0e26dfd5996 100644
|
| --- a/views/view.h
|
| +++ b/ui/views/view.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_VIEW_H_
|
| -#define VIEWS_VIEW_H_
|
| +#ifndef UI_VIEWS_VIEW_H_
|
| +#define UI_VIEWS_VIEW_H_
|
| #pragma once
|
|
|
| #include <algorithm>
|
| @@ -1437,4 +1437,4 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_VIEW_H_
|
| +#endif // UI_VIEWS_VIEW_H_
|
|
|