| Index: chrome/browser/extensions/extension_protocols.cc
|
| diff --git a/chrome/browser/extensions/extension_protocols.cc b/chrome/browser/extensions/extension_protocols.cc
|
| index 2385d0e3219c5a2d36ddbbab0acf42db77c1e2a1..fdafe9f9d08905646505d79c29aafb8350247ca7 100644
|
| --- a/chrome/browser/extensions/extension_protocols.cc
|
| +++ b/chrome/browser/extensions/extension_protocols.cc
|
| @@ -74,7 +74,7 @@ net::HttpResponseHeaders* BuildHttpHeaders(
|
| if (!last_modified_time.is_null()) {
|
| // Hash the time and make an etag to avoid exposing the exact
|
| // user installation time of the extension.
|
| - std::string hash = base::StringPrintf("%"PRId64"",
|
| + std::string hash = base::StringPrintf("%" PRId64,
|
| last_modified_time.ToInternalValue());
|
| hash = base::SHA1HashString(hash);
|
| std::string etag;
|
|
|