Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / supervised_user / supervised_user_settings_service.cc
index 8bf0930..ccc3112 100644 (file)
@@ -71,7 +71,7 @@ void SupervisedUserSettingsService::Init(
 
 void SupervisedUserSettingsService::Init(
     scoped_refptr<PersistentPrefStore> store) {
-  DCHECK(!store_);
+  DCHECK(!store_.get());
   store_ = store;
   store_->AddObserver(this);
 }