Fix include paths for quiche/common/platform/impl.
PiperOrigin-RevId: 349597963
Change-Id: I2c25139b994dcbb9b655d8f451da58511058a794
diff --git a/common/platform/api/quiche_flag_utils.h b/common/platform/api/quiche_flag_utils.h
index bcb552c..0534064 100644
--- a/common/platform/api/quiche_flag_utils.h
+++ b/common/platform/api/quiche_flag_utils.h
@@ -5,7 +5,7 @@
#ifndef QUICHE_COMMON_PLATFORM_API_QUICHE_FLAG_UTILS_H_
#define QUICHE_COMMON_PLATFORM_API_QUICHE_FLAG_UTILS_H_
-#include "common/platform/impl/quiche_flag_utils_impl.h"
+#include "net/quiche/common/platform/impl/quiche_flag_utils_impl.h"
#define QUICHE_RELOADABLE_FLAG_COUNT QUICHE_RELOADABLE_FLAG_COUNT_IMPL
#define QUICHE_RELOADABLE_FLAG_COUNT_N QUICHE_RELOADABLE_FLAG_COUNT_N_IMPL