From 40feda6ae97cef355ae5089611a77893f0590990 Mon Sep 17 00:00:00 2001 From: Charles He Date: Thu, 15 Dec 2016 10:47:32 +0000 Subject: [PATCH] [nit] Fix typo in properties.h Test: none Change-Id: I6fe25bc9404c18bedc5802b3d830ede8a1bc28df --- base/include/android-base/properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/include/android-base/properties.h b/base/include/android-base/properties.h index 95d1b6abb..4d7082a21 100644 --- a/base/include/android-base/properties.h +++ b/base/include/android-base/properties.h @@ -61,4 +61,4 @@ bool SetProperty(const std::string& key, const std::string& value); } // namespace base } // namespace android -#endif // ANDROID_BASE_MEMORY_H +#endif // ANDROID_BASE_PROPERTIES_H