| Index: content/public/test/frame_load_waiter.h
|
| diff --git a/content/test/frame_load_waiter.h b/content/public/test/frame_load_waiter.h
|
| similarity index 84%
|
| rename from content/test/frame_load_waiter.h
|
| rename to content/public/test/frame_load_waiter.h
|
| index 81b0baaa0862eceed1d2b2d14f1589fc4ac1a648..278f13af62fbe9d1a9da66e078b7727a9c0edb5f 100644
|
| --- a/content/test/frame_load_waiter.h
|
| +++ b/content/public/test/frame_load_waiter.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_FRAME_LOAD_WAITER_H_
|
| -#define CONTENT_TEST_FRAME_LOAD_WAITER_H_
|
| +#ifndef CONTENT_PUBLIC_TEST_FRAME_LOAD_WAITER_H_
|
| +#define CONTENT_PUBLIC_TEST_FRAME_LOAD_WAITER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/run_loop.h"
|
| @@ -29,4 +29,4 @@ class FrameLoadWaiter : public RenderFrameObserver {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_TEST_FRAME_LOAD_WAITER_H_
|
| +#endif // CONTENT_PUBLIC_TEST_FRAME_LOAD_WAITER_H_
|
|
|