| Index: ui/views/native_theme_delegate.h
|
| diff --git a/views/native_theme_delegate.h b/ui/views/native_theme_delegate.h
|
| similarity index 91%
|
| rename from views/native_theme_delegate.h
|
| rename to ui/views/native_theme_delegate.h
|
| index 3ebd4f73db1ad77ab6c3b73b1bef0ba8d7f844c1..bd6051e3de81c6e308824a072caa71b923ba691b 100644
|
| --- a/views/native_theme_delegate.h
|
| +++ b/ui/views/native_theme_delegate.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_NATIVE_THEME_DELEGATE_H_
|
| -#define VIEWS_NATIVE_THEME_DELEGATE_H_
|
| +#ifndef UI_VIEWS_NATIVE_THEME_DELEGATE_H_
|
| +#define UI_VIEWS_NATIVE_THEME_DELEGATE_H_
|
| #pragma once
|
|
|
| #include "ui/gfx/native_theme.h"
|
| #include "ui/gfx/rect.h"
|
| -#include "views/views_export.h"
|
| +#include "ui/views/views_export.h"
|
|
|
| namespace views {
|
|
|
| @@ -50,4 +50,4 @@ class VIEWS_EXPORT NativeThemeDelegate {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_NATIVE_THEME_DELEGATE_H_
|
| +#endif // UI_VIEWS_NATIVE_THEME_DELEGATE_H_
|
|
|