Index: content/common/npobject_stub.cc |
diff --git a/content/common/npobject_stub.cc b/content/common/npobject_stub.cc |
index 668cb089cc9a2021627e8c54ac9edea4fca98140..0e677ee7b861863595d019cb9e623860c92efd6f 100644 |
--- a/content/common/npobject_stub.cc |
+++ b/content/common/npobject_stub.cc |
@@ -58,7 +58,7 @@ void NPObjectStub::DeleteSoon() { |
WebBindings::releaseObject(npobject); |
- MessageLoop::current()->DeleteSoon(FROM_HERE, this); |
+ base::MessageLoop::current()->DeleteSoon(FROM_HERE, this); |
} |
} |