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

Unified Diff: third_party/WebKit/Source/core/html/LinkResource.h

Issue 1740483004: Rename enums/functions that collide in chromium style in core/html/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-5
Patch Set: get-names-6: . Created 4 years, 10 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
Index: third_party/WebKit/Source/core/html/LinkResource.h
diff --git a/third_party/WebKit/Source/core/html/LinkResource.h b/third_party/WebKit/Source/core/html/LinkResource.h
index e38203f419d0a8b289d4285a45ffdfad66ba8edb..7599d920560e0918089ff3414825f4dbab9ef34f 100644
--- a/third_party/WebKit/Source/core/html/LinkResource.h
+++ b/third_party/WebKit/Source/core/html/LinkResource.h
@@ -44,7 +44,7 @@ class LocalFrame;
class LinkResource : public NoBaseWillBeGarbageCollectedFinalized<LinkResource> {
WTF_MAKE_NONCOPYABLE(LinkResource); USING_FAST_MALLOC_WILL_BE_REMOVED(LinkResource);
public:
- enum Type {
+ enum LinkResourceType {
Style,
Import,
Manifest
@@ -56,7 +56,7 @@ public:
bool shouldLoadResource() const;
LocalFrame* loadingFrame() const;
- virtual Type type() const = 0;
+ virtual LinkResourceType type() const = 0;
virtual void process() = 0;
virtual void ownerRemoved() { }
virtual void ownerInserted() { }
« no previous file with comments | « third_party/WebKit/Source/core/html/LinkRelAttributeTest.cpp ('k') | third_party/WebKit/Source/core/html/MediaError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698