| Index: content/test/webkit_unit_test_support.cc
|
| diff --git a/content/test/webkit_unit_test_support.cc b/content/test/webkit_unit_test_support.cc
|
| index d503e166f2dcf46d09eb208af0a15a73d21851e5..848b90a72e5b7ec4bf57fbf1ff43099ce9e5e68c 100644
|
| --- a/content/test/webkit_unit_test_support.cc
|
| +++ b/content/test/webkit_unit_test_support.cc
|
| @@ -9,11 +9,11 @@
|
| namespace content {
|
|
|
| void SetUpTestEnvironmentForWebKitUnitTests() {
|
| - webkit_support::SetUpTestEnvironmentForUnitTests();
|
| + SetUpTestEnvironmentForUnitTests();
|
| }
|
|
|
| void TearDownEnvironmentForWebKitUnitTests() {
|
| - webkit_support::TearDownTestEnvironment();
|
| + TearDownTestEnvironment();
|
| }
|
|
|
| -}
|
| +} // namespace content
|
|
|