Index: ppapi/api/private/ppb_host_resolver_private.idl |
diff --git a/ppapi/api/private/ppb_host_resolver_private.idl b/ppapi/api/private/ppb_host_resolver_private.idl |
index 4db93bf73abf3c9f49cd3eab9da0f32df05e356a..f7b0e4a5c29766255a7f9c35f5a407adeb9ff824 100644 |
--- a/ppapi/api/private/ppb_host_resolver_private.idl |
+++ b/ppapi/api/private/ppb_host_resolver_private.idl |
@@ -21,11 +21,11 @@ enum PP_HostResolver_Private_Flags { |
/** |
* AI_CANONNAME |
*/ |
- PP_HOST_RESOLVER_FLAGS_CANONNAME = 1 << 0, |
+ PP_HOST_RESOLVER_PRIVATE_FLAGS_CANONNAME = 1 << 0, |
/** |
* Hint to the resolver that only loopback addresses are configured. |
*/ |
- PP_HOST_RESOLVER_FLAGS_LOOPBACK_ONLY = 1 << 1 |
+ PP_HOST_RESOLVER_PRIVATE_FLAGS_LOOPBACK_ONLY = 1 << 1 |
}; |
[assert_size(8)] |