Index: chrome/common/automation_messages.h |
diff --git a/chrome/common/automation_messages.h b/chrome/common/automation_messages.h |
index 20b89253b9c439512e135cb938a0ecd887e015d6..c01b93a6fc3525cafb6a123f86bd51f0f607c832 100644 |
--- a/chrome/common/automation_messages.h |
+++ b/chrome/common/automation_messages.h |
@@ -145,7 +145,7 @@ IPC_STRUCT_BEGIN(AutomationURLRequest) |
IPC_STRUCT_MEMBER(std::string, referrer) |
IPC_STRUCT_MEMBER(std::string, extra_request_headers) |
IPC_STRUCT_MEMBER(scoped_refptr<net::UploadData>, upload_data) |
- IPC_STRUCT_MEMBER(int, resource_type) // see webkit/glue/resource_type.h |
+ IPC_STRUCT_MEMBER(int, resource_type) // see webkit/common/resource_type.h |
IPC_STRUCT_MEMBER(int, load_flags) // see net/base/load_flags.h |
IPC_STRUCT_END() |