| Index: content/test/web_contents_observer_sanity_checker.h
|
| diff --git a/content/public/test/web_contents_observer_sanity_checker.h b/content/test/web_contents_observer_sanity_checker.h
|
| similarity index 95%
|
| rename from content/public/test/web_contents_observer_sanity_checker.h
|
| rename to content/test/web_contents_observer_sanity_checker.h
|
| index 2fab3ab2f09b5b28442282c1a6c7221319705d3a..940b6d216a4794cdbe57debc530c42aa7cfef96d 100644
|
| --- a/content/public/test/web_contents_observer_sanity_checker.h
|
| +++ b/content/test/web_contents_observer_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_WEB_CONTENTS_OBSERVER_SANITY_CHECKER_H_
|
| -#define CONTENT_PUBLIC_TEST_WEB_CONTENTS_OBSERVER_SANITY_CHECKER_H_
|
| +#ifndef CONTENT_TEST_WEB_CONTENTS_OBSERVER_SANITY_CHECKER_H_
|
| +#define CONTENT_TEST_WEB_CONTENTS_OBSERVER_SANITY_CHECKER_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -98,4 +98,4 @@ class WebContentsObserverSanityChecker : public WebContentsObserver,
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_TEST_WEB_CONTENTS_OBSERVER_SANITY_CHECKER_H_
|
| +#endif // CONTENT_TEST_WEB_CONTENTS_OBSERVER_SANITY_CHECKER_H_
|
|
|