| Index: components/safe_browsing_db/v4_store.cc
|
| diff --git a/components/safe_browsing_db/v4_store.cc b/components/safe_browsing_db/v4_store.cc
|
| index 0920f2bf3e9cdac00c4c1a30750ef14e37e07141..2ef5c039683ef2bb14780aa67f8b69f066cc1470 100644
|
| --- a/components/safe_browsing_db/v4_store.cc
|
| +++ b/components/safe_browsing_db/v4_store.cc
|
| @@ -67,8 +67,8 @@ std::string V4Store::DebugString() const {
|
| std::string state_base64;
|
| base::Base64Encode(state_, &state_base64);
|
|
|
| - return base::StringPrintf("path: %s; state: %s", store_path_.value().c_str(),
|
| - state_base64.c_str());
|
| + return base::StringPrintf("path: %" PRIsFP "; state: %s",
|
| + store_path_.value().c_str(), state_base64.c_str());
|
| }
|
|
|
| bool V4Store::Reset() {
|
|
|