Index: chrome/browser/history/url_index_private_data.h |
diff --git a/chrome/browser/history/url_index_private_data.h b/chrome/browser/history/url_index_private_data.h |
index 8616fd850f4496fb57484a19dfcfe6a299051abf..679dfe9e7828f9aaa5f260991e74e93f915314e7 100644 |
--- a/chrome/browser/history/url_index_private_data.h |
+++ b/chrome/browser/history/url_index_private_data.h |
@@ -33,7 +33,7 @@ class InMemoryURLIndex; |
class RefCountedBool; |
// Current version of the cache file. |
-static const int kCurrentCacheFileVersion = 4; |
+static const int kCurrentCacheFileVersion = 5; |
// A structure private to InMemoryURLIndex describing its internal data and |
// providing for restoring, rebuilding and updating that internal data. As |