| Index: content/public/test/browser_test.h
|
| diff --git a/content/public/test/browser_test.h b/content/public/test/browser_test.h
|
| index 4f379ab541d674ffbbfd16903e18c223aa5b4165..c8828d62f9882bff0f7c98e17d56fd25912bee12 100644
|
| --- a/content/public/test/browser_test.h
|
| +++ b/content/public/test/browser_test.h
|
| @@ -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_BROWSER_TEST_H_
|
| -#define CONTENT_TEST_BROWSER_TEST_H_
|
| +#ifndef CONTENT_PUBLIC_TEST_BROWSER_TEST_H_
|
| +#define CONTENT_PUBLIC_TEST_BROWSER_TEST_H_
|
|
|
| // We only want to use InProcessBrowserTest in test targets which properly
|
| // isolate each test case by running each test in a separate process.
|
| @@ -90,4 +90,4 @@
|
|
|
| #endif // defined(HAS_OUT_OF_PROC_TEST_RUNNER)
|
|
|
| -#endif // CONTENT_TEST_BROWSER_TEST_H_
|
| +#endif // CONTENT_PUBLIC_TEST_BROWSER_TEST_H_
|
|
|