| Index: content/child/database_util.h
|
| diff --git a/content/child/database_util.h b/content/child/database_util.h
|
| index 1449d6bf0e83e162b8dc8ea8640d288b408c7f2e..adeb3972d886ee0d446e2fead965561e8ed74101 100644
|
| --- a/content/child/database_util.h
|
| +++ b/content/child/database_util.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_CHILD_DATABASE_UTIL_H_
|
| #define CONTENT_CHILD_DATABASE_UTIL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "content/child/blink_platform_impl.h"
|
|
|
| namespace IPC {
|
| @@ -34,10 +36,9 @@ class DatabaseUtil {
|
| static long long DatabaseGetSpaceAvailable(
|
| const blink::WebString& origin_identifier,
|
| IPC::SyncMessageFilter* sync_message_filter);
|
| - static bool DatabaseSetFileSize(
|
| - const blink::WebString& vfs_file_name,
|
| - int64 size,
|
| - IPC::SyncMessageFilter* sync_message_filter);
|
| + static bool DatabaseSetFileSize(const blink::WebString& vfs_file_name,
|
| + int64_t size,
|
| + IPC::SyncMessageFilter* sync_message_filter);
|
| };
|
|
|
| } // namespace content
|
|
|