Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: webkit/child/weburlloader_impl.h

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/child/websocketstreamhandle_impl.cc ('k') | webkit/child/weburlloader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/child/websocketstreamhandle_impl.cc ('k') | webkit/child/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698