Add AOM_ to include guard for warp_plane_hwy.h

Change-Id: I9122439577950236b700125ed0c826bd8070c5e4
diff --git a/av1/common/warp_plane_hwy.h b/av1/common/warp_plane_hwy.h
index 4d11be6..512aeef 100644
--- a/av1/common/warp_plane_hwy.h
+++ b/av1/common/warp_plane_hwy.h
@@ -9,8 +9,8 @@
  * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
  */
 
-#ifndef AV1_COMMON_WARP_PLANE_HWY_H_
-#define AV1_COMMON_WARP_PLANE_HWY_H_
+#ifndef AOM_AV1_COMMON_WARP_PLANE_HWY_H_
+#define AOM_AV1_COMMON_WARP_PLANE_HWY_H_
 
 #include "av1/common/warped_motion.h"
 #include "config/av1_rtcd.h"
@@ -1405,4 +1405,4 @@
 
 HWY_AFTER_NAMESPACE();
 
-#endif  // AV1_COMMON_WARP_PLANE_HWY_H_
+#endif  // AOM_AV1_COMMON_WARP_PLANE_HWY_H_