| Index: chrome/browser/safe_browsing/ui_manager.cc
|
| diff --git a/chrome/browser/safe_browsing/ui_manager.cc b/chrome/browser/safe_browsing/ui_manager.cc
|
| index 30cb3222c0e06c49c11b149d44273b7c56ea27cf..31158d191b75b31dd9d33521d1ea5fd401e7749f 100644
|
| --- a/chrome/browser/safe_browsing/ui_manager.cc
|
| +++ b/chrome/browser/safe_browsing/ui_manager.cc
|
| @@ -37,7 +37,8 @@ using content::NavigationEntry;
|
| using content::WebContents;
|
|
|
| namespace {
|
| -const void* kWhitelistKey = &kWhitelistKey;
|
| +
|
| +const void* const kWhitelistKey = &kWhitelistKey;
|
|
|
| class WhitelistUrlSet : public base::SupportsUserData::Data {
|
| public:
|
|
|