layers: MR144, Fix layer names
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index b55e080..62a3477 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -2989,7 +2989,7 @@
 
 static const VkLayerProperties ds_device_layers[] = {
     {
-        "draw_state",
+        "VK_LAYER_LUNARG_draw_state",
         VK_API_VERSION,
         VK_MAKE_VERSION(0, 1, 0),
         "Validation layer: draw_state",