| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index cdef18a2598166f9423f650b74567db9a00af507..54e8a50d402dc3cbc5aa95590cc38bb63fa406fe 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -75,7 +75,7 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_TestFinishedInSecondaryWindow)
|
|
|
| // WebTestDelegate related.
|
| IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences,
|
| - WebPreferences /* preferences */)
|
| + content::WebPreferences /* preferences */)
|
| IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_RegisterIsolatedFileSystem,
|
| std::vector<base::FilePath> /* absolute_filenames */,
|
| std::string /* filesystem_id */)
|
|
|