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

Unified Diff: Source/core/svg/SVGMetadataElement.cpp

Issue 334223005: Qualify the generated includes in core (part 6) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « Source/core/svg/SVGMaskElement.h ('k') | Source/core/svg/SVGMissingGlyphElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGMetadataElement.cpp
diff --git a/Source/core/svg/SVGMetadataElement.cpp b/Source/core/svg/SVGMetadataElement.cpp
index dc89828aca4cb828bf22115f10aa64e294966ce1..e0d55b6e39fe1d73f46e1e91feddc079e95dcfb9 100644
--- a/Source/core/svg/SVGMetadataElement.cpp
+++ b/Source/core/svg/SVGMetadataElement.cpp
@@ -19,9 +19,10 @@
*/
#include "config.h"
-#include "SVGNames.h"
#include "core/svg/SVGMetadataElement.h"
+#include "core/SVGNames.h"
+
namespace WebCore {
inline SVGMetadataElement::SVGMetadataElement(Document& document)
« no previous file with comments | « Source/core/svg/SVGMaskElement.h ('k') | Source/core/svg/SVGMissingGlyphElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698