| Index: content/test/webkit_support.h
|
| diff --git a/content/test/webkit_support.h b/content/test/webkit_support.h
|
| index a34a141bb19fbc32f0401db2c79c209f465abb6c..c4f97cf570b7782e983dfef37148829b7b3ec2dc 100644
|
| --- a/content/test/webkit_support.h
|
| +++ b/content/test/webkit_support.h
|
| @@ -6,12 +6,12 @@
|
| #define CONTENT_TEST_WEBKIT_SUPPORT_H_
|
|
|
| // This package provides functions used by webkit_unit_tests.
|
| -namespace webkit_support {
|
| +namespace content {
|
|
|
| // Initializes or terminates a test environment for unit tests.
|
| void SetUpTestEnvironmentForUnitTests();
|
| void TearDownTestEnvironment();
|
|
|
| -} // namespace webkit_support
|
| +} // namespace content
|
|
|
| #endif // CONTENT_TEST_WEBKIT_SUPPORT_H_
|
|
|