| Index: chrome/browser/extensions/extension_function_test_utils.h
|
| diff --git a/chrome/browser/extensions/extension_function_test_utils.h b/chrome/browser/extensions/extension_function_test_utils.h
|
| index fddd6fddd1ba95a5906f045ac5a0dbbcb0c7e141..9a726d2aaa623632b0bc8ca87cad9dceefe1c4a4 100644
|
| --- a/chrome/browser/extensions/extension_function_test_utils.h
|
| +++ b/chrome/browser/extensions/extension_function_test_utils.h
|
| @@ -25,6 +25,8 @@ class Extension;
|
|
|
| // TODO(ckehoe): Accept args as scoped_ptr<base::Value>,
|
| // and migrate existing users to the new API.
|
| +// This file is DEPRECATED. New tests should use the versions in
|
| +// extensions/browser/api_test_utils.h.
|
| namespace extension_function_test_utils {
|
|
|
| // Parse JSON and return as the specified type, or NULL if the JSON is invalid
|
|
|