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

Unified Diff: webkit/common/resource_type.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/common/resource_request_body.h ('k') | webkit/common/resource_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/resource_type.h
diff --git a/webkit/glue/resource_type.h b/webkit/common/resource_type.h
similarity index 90%
rename from webkit/glue/resource_type.h
rename to webkit/common/resource_type.h
index f083806b2104e1f2f4522fbad9adb78fea00fee0..9ec79097717ca618de12a055d7e6d4f7705e4af0 100644
--- a/webkit/glue/resource_type.h
+++ b/webkit/common/resource_type.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_RESOURCE_TYPE_H__
-#define WEBKIT_GLUE_RESOURCE_TYPE_H__
+#ifndef WEBKIT_COMMON_RESOURCE_TYPE_H__
+#define WEBKIT_COMMON_RESOURCE_TYPE_H__
#include "base/basictypes.h"
#include "third_party/WebKit/public/platform/WebURLRequest.h"
-#include "webkit/glue/webkit_glue_export.h"
+#include "webkit/common/webkit_common_export.h"
class ResourceType {
public:
@@ -41,7 +41,7 @@ class ResourceType {
return static_cast<Type>(type);
}
- WEBKIT_GLUE_EXPORT static Type FromTargetType(
+ WEBKIT_COMMON_EXPORT static Type FromTargetType(
WebKit::WebURLRequest::TargetType type);
static bool IsFrame(ResourceType::Type type) {
@@ -67,4 +67,4 @@ class ResourceType {
ResourceType();
~ResourceType();
};
-#endif // WEBKIT_GLUE_RESOURCE_TYPE_H__
+#endif // WEBKIT_COMMON_RESOURCE_TYPE_H__
« no previous file with comments | « webkit/common/resource_request_body.h ('k') | webkit/common/resource_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698