diff options
Diffstat (limited to 'ui/base/ui_export.h')
-rw-r--r-- | ui/base/ui_export.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/base/ui_export.h b/ui/base/ui_export.h index c54de1f..f60b91c 100644 --- a/ui/base/ui_export.h +++ b/ui/base/ui_export.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 UI_UI_EXPORT_H_ -#define UI_UI_EXPORT_H_ +#ifndef UI_BASE_UI_EXPORT_H_ +#define UI_BASE_UI_EXPORT_H_ #pragma once // Defines UI_EXPORT so that functionality implemented by the UI module can be @@ -26,4 +26,4 @@ #define UI_EXPORT #endif -#endif // UI_UI_EXPORT_H_ +#endif // UI_BASE_UI_EXPORT_H_ |