| 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 37c7592544db42e1f2368c9612e087c5ad95f3eb..e0ad88995205a3d2e42f631f21ecf25b5fe752af 100644
|
| --- a/chrome/browser/extensions/extension_function_test_utils.h
|
| +++ b/chrome/browser/extensions/extension_function_test_utils.h
|
| @@ -23,6 +23,8 @@ namespace extensions {
|
| class Extension;
|
| }
|
|
|
| +// 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
|
|
|