| Index: content/common/quota_messages.h
|
| diff --git a/content/common/quota_messages.h b/content/common/quota_messages.h
|
| index 39006e1b6ee3c1a1d0b3f2ac87b547b2602a833e..673104e77bfc1bd3df2e968e11050fa24aad8b6c 100644
|
| --- a/content/common/quota_messages.h
|
| +++ b/content/common/quota_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_QUOTA_MESSAGES_H_
|
| +#define CONTENT_COMMON_QUOTA_MESSAGES_H_
|
| +
|
| // Multiply-included message file, hence no include guard.
|
|
|
| #include <stdint.h>
|
| @@ -50,3 +53,5 @@ IPC_MESSAGE_CONTROL3(QuotaHostMsg_QueryStorageUsageAndQuota,
|
|
|
| IPC_MESSAGE_CONTROL1(QuotaHostMsg_RequestStorageQuota,
|
| content::StorageQuotaParams)
|
| +
|
| +#endif // CONTENT_COMMON_QUOTA_MESSAGES_H_
|
|
|