| Index: content/public/test/unittest_test_suite.h
|
| ===================================================================
|
| --- content/public/test/unittest_test_suite.h (revision 140261)
|
| +++ content/public/test/unittest_test_suite.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_TEST_UNITTEST_TEST_SUITE_H_
|
| -#define CONTENT_TEST_UNITTEST_TEST_SUITE_H_
|
| +#ifndef CONTENT_PUBLIC_TEST_UNITTEST_TEST_SUITE_H_
|
| +#define CONTENT_PUBLIC_TEST_UNITTEST_TEST_SUITE_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -13,6 +13,8 @@
|
| class TestSuite;
|
| }
|
|
|
| +namespace content {
|
| +
|
| // A special test suite that also initializes WebKit once for all unittests.
|
| // This is useful for two reasons:
|
| // 1. It allows the use of some primitive WebKit data types like WebString.
|
| @@ -35,4 +37,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(UnitTestTestSuite);
|
| };
|
|
|
| -#endif // CONTENT_TEST_UNITTEST_TEST_SUITE_H_
|
| +} // namespace content
|
| +
|
| +#endif // CONTENT_PUBLIC_TEST_UNITTEST_TEST_SUITE_H_
|
|
|