diff options
Diffstat (limited to 'libs/hwui/ProgramCache.h')
-rw-r--r-- | libs/hwui/ProgramCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index 9cb13b391f63..186e8696d555 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ANDROID_UI_PROGRAM_CACHE_H -#define ANDROID_UI_PROGRAM_CACHE_H +#ifndef ANDROID_HWUI_PROGRAM_CACHE_H +#define ANDROID_HWUI_PROGRAM_CACHE_H #include <utils/KeyedVector.h> #include <utils/Log.h> @@ -258,4 +258,4 @@ private: }; // namespace uirenderer }; // namespace android -#endif // ANDROID_UI_PROGRAM_CACHE_H +#endif // ANDROID_HWUI_PROGRAM_CACHE_H |