| Index: ui/views/metrics.h
|
| diff --git a/views/metrics.h b/ui/views/metrics.h
|
| similarity index 89%
|
| rename from views/metrics.h
|
| rename to ui/views/metrics.h
|
| index bcb7cdde0544754443d67746a653fdd435e0057e..1718ca7cd6c3dc180150e0102979bb987de33c91 100644
|
| --- a/views/metrics.h
|
| +++ b/ui/views/metrics.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_METRICS_H_
|
| -#define VIEWS_METRICS_H_
|
| +#ifndef UI_VIEWS_METRICS_H_
|
| +#define UI_VIEWS_METRICS_H_
|
| #pragma once
|
|
|
| #include "views/views_export.h"
|
| @@ -25,4 +25,4 @@ VIEWS_EXPORT int GetMenuShowDelay();
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_METRICS_H_
|
| +#endif // UI_VIEWS_METRICS_H_
|
|
|