Index: chrome/browser/themes/browser_theme_pack.cc |
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc |
index 980a1a411179bf9b10ea58a6f147b591a2c1fdd8..5d8fd739ee3412db0f3829baeaca387309a93956 100644 |
--- a/chrome/browser/themes/browser_theme_pack.cc |
+++ b/chrome/browser/themes/browser_theme_pack.cc |
@@ -35,7 +35,7 @@ namespace { |
// Version number of the current theme pack. We just throw out and rebuild |
// theme packs that aren't int-equal to this. Increment this number if you |
// change default theme assets. |
-const int kThemePackVersion = 20; |
+const int kThemePackVersion = 21; |
// IDs that are in the DataPack won't clash with the positive integer |
// uint16. kHeaderID should always have the maximum value because we want the |