Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / extensions / common / event_filter_unittest.cc
index 0b1bd7b..0ae063c 100644 (file)
@@ -30,7 +30,7 @@ class EventFilterUnittest : public testing::Test {
  protected:
   scoped_ptr<base::Value> HostSuffixDict(const std::string& host_suffix) {
     scoped_ptr<base::DictionaryValue> dict(new DictionaryValue());
-    dict->Set("hostSuffix", base::Value::CreateStringValue(host_suffix));
+    dict->Set("hostSuffix", new base::StringValue(host_suffix));
     return scoped_ptr<base::Value>(dict.release());
   }