| Index: webkit/child/weburlloader_impl.h
|
| diff --git a/webkit/glue/weburlloader_impl.h b/webkit/child/weburlloader_impl.h
|
| similarity index 87%
|
| rename from webkit/glue/weburlloader_impl.h
|
| rename to webkit/child/weburlloader_impl.h
|
| index ecca9f4f15cc3984f13437dc94ff8c41dd926380..1412b32a9678ca5beabbf513d7df5fc7f7f04e24 100644
|
| --- a/webkit/glue/weburlloader_impl.h
|
| +++ b/webkit/child/weburlloader_impl.h
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_WEBURLLOADER_IMPL_H_
|
| -#define WEBKIT_GLUE_WEBURLLOADER_IMPL_H_
|
| +#ifndef WEBKIT_CHILD_WEBURLLOADER_IMPL_H_
|
| +#define WEBKIT_CHILD_WEBURLLOADER_IMPL_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "third_party/WebKit/public/platform/WebURLLoader.h"
|
| -#include "webkit/glue/webkit_glue_export.h"
|
|
|
| namespace webkit_glue {
|
|
|
| @@ -42,4 +41,4 @@ class WebURLLoaderImpl : public WebKit::WebURLLoader {
|
|
|
| } // namespace webkit_glue
|
|
|
| -#endif // WEBKIT_GLUE_WEBURLLOADER_IMPL_H_
|
| +#endif // WEBKIT_CHILD_WEBURLLOADER_IMPL_H_
|
|
|