| Index: content/browser/dom_storage/dom_storage_message_filter.cc
|
| diff --git a/content/browser/dom_storage/dom_storage_message_filter.cc b/content/browser/dom_storage/dom_storage_message_filter.cc
|
| index e792c2921fff846ce611e8e72ea51a3de4f754f2..6c591754085da803bc94c645c6cd813cf4acf1f9 100644
|
| --- a/content/browser/dom_storage/dom_storage_message_filter.cc
|
| +++ b/content/browser/dom_storage/dom_storage_message_filter.cc
|
| @@ -88,7 +88,7 @@ bool DOMStorageMessageFilter::OnMessageReceived(const IPC::Message& message) {
|
| }
|
|
|
| void DOMStorageMessageFilter::OnOpenStorageArea(int connection_id,
|
| - int64 namespace_id,
|
| + int64_t namespace_id,
|
| const GURL& origin) {
|
| DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| if (!host_->OpenStorageArea(connection_id, namespace_id, origin)) {
|
|
|