diff options
| author | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-15 00:09:05 +0000 |
|---|---|---|
| committer | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-15 00:09:05 +0000 |
| commit | 0daaebfe9826bca26d41bf979fa085f26b5ccf95 (patch) | |
| tree | 1ab42ee326cf87453e3a340e83385813cdbcb50a /chrome/common/local_discovery | |
| parent | 063f03e36ef9f73e300458a2f6cf03b49161348c (diff) | |
| download | chromium_src-0daaebfe9826bca26d41bf979fa085f26b5ccf95.zip chromium_src-0daaebfe9826bca26d41bf979fa085f26b5ccf95.tar.gz chromium_src-0daaebfe9826bca26d41bf979fa085f26b5ccf95.tar.bz2 | |
Remove CreatePlatformFile from content shell.
BUG=322664
Review URL: https://codereview.chromium.org/184003002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/local_discovery')
| -rw-r--r-- | chrome/common/local_discovery/local_discovery_messages.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/common/local_discovery/local_discovery_messages.h b/chrome/common/local_discovery/local_discovery_messages.h index e34ab6f..e597da3 100644 --- a/chrome/common/local_discovery/local_discovery_messages.h +++ b/chrome/common/local_discovery/local_discovery_messages.h @@ -4,9 +4,9 @@ // Defines local discovery messages between the browser and utility process. +// Multiple-included file, no traditional include guard. #include <vector> -#include "base/file_descriptor_posix.h" #include "chrome/common/local_discovery/service_discovery_client.h" #include "ipc/ipc_message_macros.h" @@ -14,6 +14,10 @@ #define CHROME_COMMON_LOCAL_DISCOVERY_LOCAL_DISCOVERY_MESSAGES_H_ #if defined(OS_POSIX) +#include "base/file_descriptor_posix.h" +#endif + +#if defined(OS_POSIX) struct LocalDiscoveryMsg_SocketInfo { LocalDiscoveryMsg_SocketInfo() : address_family(net::ADDRESS_FAMILY_UNSPECIFIED), |
