diff options
author | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 17:00:14 +0000 |
---|---|---|
committer | kuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 17:00:14 +0000 |
commit | d4e30cc25646e34382dd3f4f79b6248f67bce55a (patch) | |
tree | 89ca1e1d2a77f0e35efba47dcc3d6eae0ec01743 | |
parent | 3b7742ef15cb66af3eb1b9b77e7249c2a694b22a (diff) | |
download | chromium_src-d4e30cc25646e34382dd3f4f79b6248f67bce55a.zip chromium_src-d4e30cc25646e34382dd3f4f79b6248f67bce55a.tar.gz chromium_src-d4e30cc25646e34382dd3f4f79b6248f67bce55a.tar.bz2 |
fix theme break
BUG=162703
TEST=verify per bug rpt
Review URL: https://chromiumcodereview.appspot.com/11421096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169672 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/themes/browser_theme_pack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc index 3a47e65..d3e7b50 100644 --- a/chrome/browser/themes/browser_theme_pack.cc +++ b/chrome/browser/themes/browser_theme_pack.cc @@ -39,7 +39,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 = 25; +const int kThemePackVersion = 26; // 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 |