aboutsummaryrefslogtreecommitdiff
path: root/platform.h
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2016-04-21 16:26:27 -0400
committerSean Paul <seanpaul@chromium.org>2016-05-10 04:26:22 -0400
commit5d8acfc2f9cd9a4f87ba6db4948a43783feeedc0 (patch)
tree5e76c7992c933037ce20129771cccb7c80fac588 /platform.h
parentea045b79f04eb8ce460c8396f7a56778cc382c9c (diff)
downloaddrm_hwcomposer-5d8acfc2f9cd9a4f87ba6db4948a43783feeedc0.tar.gz
drm_hwcomposer: Update the platform precompiler guards
Rename the guards in the platform headers to match their filename. This wasn't done in the previous commits so the diff remained clean. BUG=b/28117135 TEST=compiles Change-Id: Ie495bd8e00784da1d48f200c6981f23448b7c6d2 Signed-off-by: Sean Paul <seanpaul@chromium.org>
Diffstat (limited to 'platform.h')
-rw-r--r--platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.h b/platform.h
index 1fc822c..fb6cf61 100644
--- a/platform.h
+++ b/platform.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ANDROID_DRM_IMPORTER_H_
-#define ANDROID_DRM_IMPORTER_H_
+#ifndef ANDROID_DRM_PLATFORM_H_
+#define ANDROID_DRM_PLATFORM_H_
#include "drmhwcomposer.h"