Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / activity_log / fullstream_ui_policy.cc
index e3ab5a0..22db6e6 100644 (file)
@@ -81,7 +81,7 @@ bool FullStreamUIPolicy::FlushDatabase(sql::Connection* db) {
 
   Action::ActionVector::size_type i;
   for (i = 0; i != queued_actions_.size(); ++i) {
-    const Action& action = *queued_actions_[i];
+    const Action& action = *queued_actions_[i].get();
     statement.Reset(true);
     statement.BindString(0, action.extension_id());
     statement.BindInt64(1, action.time().ToInternalValue());