| Index: content/common/fileapi/webblob_messages.h
|
| diff --git a/content/common/fileapi/webblob_messages.h b/content/common/fileapi/webblob_messages.h
|
| index 48229204fbe78abdcca18a606c1db15a6e4bf629..2ac4d698a27b11d62283df1490f0e5d26580638b 100644
|
| --- a/content/common/fileapi/webblob_messages.h
|
| +++ b/content/common/fileapi/webblob_messages.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CONTENT_COMMON_FILEAPI_WEBBLOB_MESSAGES_H_
|
| +#define CONTENT_COMMON_FILEAPI_WEBBLOB_MESSAGES_H_
|
| +
|
| // IPC messages for HTML5 Blob and Stream.
|
| // Multiply-included message file, hence no include guard.
|
|
|
| @@ -96,3 +99,6 @@ IPC_SYNC_MESSAGE_CONTROL2_0(BlobHostMsg_RegisterPublicURL,
|
| std::string /* uuid */)
|
| IPC_MESSAGE_CONTROL1(BlobHostMsg_RevokePublicURL,
|
| GURL)
|
| +
|
| +
|
| +#endif // CONTENT_COMMON_FILEAPI_WEBBLOB_MESSAGES_H_
|
|
|