| Index: extensions/browser/value_store/value_store_frontend.cc
|
| diff --git a/extensions/browser/value_store/value_store_frontend.cc b/extensions/browser/value_store/value_store_frontend.cc
|
| index 58318c329c58004f0791e292929ca0f1172b6434..fa281955b45dba70b98cf912c602cec30a078efc 100644
|
| --- a/extensions/browser/value_store/value_store_frontend.cc
|
| +++ b/extensions/browser/value_store/value_store_frontend.cc
|
| @@ -15,7 +15,7 @@ using content::BrowserThread;
|
|
|
| class ValueStoreFrontend::Backend : public base::RefCountedThreadSafe<Backend> {
|
| public:
|
| - Backend() : storage_(NULL) {}
|
| + Backend() : storage_(nullptr) {}
|
|
|
| void Init(const base::FilePath& db_path) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::FILE);
|
|
|