| Index: content/test/content_browser_sanity_checker.h
|
| diff --git a/content/public/test/content_browser_sanity_checker.h b/content/test/content_browser_sanity_checker.h
|
| similarity index 87%
|
| rename from content/public/test/content_browser_sanity_checker.h
|
| rename to content/test/content_browser_sanity_checker.h
|
| index e227c2c5b1d0e61ac08af63765e6db233f2319b7..c63f627986b0749442942f9b90bea6179d9bd669 100644
|
| --- a/content/public/test/content_browser_sanity_checker.h
|
| +++ b/content/test/content_browser_sanity_checker.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_PUBLIC_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
|
| -#define CONTENT_PUBLIC_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
|
| +#ifndef CONTENT_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
|
| +#define CONTENT_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| @@ -39,4 +39,4 @@ class ContentBrowserSanityChecker {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
|
| +#endif // CONTENT_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
|
|
|