| Index: chrome/browser/extensions/extension_function.cc
|
| diff --git a/chrome/browser/extensions/extension_function.cc b/chrome/browser/extensions/extension_function.cc
|
| index 2983007d41e44542140318eb62784f5aa08dcd44..28d640727ed79355006b00d9df69d944f430ab48 100644
|
| --- a/chrome/browser/extensions/extension_function.cc
|
| +++ b/chrome/browser/extensions/extension_function.cc
|
| @@ -18,6 +18,8 @@
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/common/result_codes.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // static
|
| void ExtensionFunctionDeleteTraits::Destruct(const ExtensionFunction* x) {
|
| x->Destruct();
|
|
|