| Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| index d8307fb12c632b13ae3f4ae9166b13847a1a9d27..5096aef48f95b1d53ecf865ca5b08c5257965895 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| @@ -275,7 +275,7 @@ class BrowserPluginHostTest : public ContentBrowserTest {
|
| bool IsAttributeNull(RenderViewHost* rvh, const std::string& attribute) {
|
| scoped_ptr<base::Value> value = content::ExecuteScriptAndGetValue(rvh,
|
| "document.getElementById('plugin').getAttribute('" + attribute + "');");
|
| - return value->GetType() == Value::TYPE_NULL;
|
| + return value->GetType() == base::Value::TYPE_NULL;
|
| }
|
|
|
| // Removes all attributes in the comma-delimited string |attributes|.
|
|
|