Index: chrome/browser/safe_browsing/safe_browsing_store_file.cc |
diff --git a/chrome/browser/safe_browsing/safe_browsing_store_file.cc b/chrome/browser/safe_browsing/safe_browsing_store_file.cc |
index 42e081d1bc96876781240084494828f1fa5e352e..50c1b5fcff1b005f6347bed9b3083b7deb54ac97 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_store_file.cc |
+++ b/chrome/browser/safe_browsing/safe_browsing_store_file.cc |
@@ -46,7 +46,7 @@ const int64 kUpdateStorageBytes = 100 * 1024; |
const uint32 kMinShardStride = 1 << 24; |
// Strides over the entire SBPrefix space. |
-const uint64 kMaxShardStride = GG_LONGLONG(1u) << 32; |
+const uint64 kMaxShardStride = 1ULL << 32; |
// Maximum SBPrefix value. |
const SBPrefix kMaxSBPrefix = ~0; |