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

Unified Diff: Source/core/editing/serializers/MarkupAccumulator.h

Issue 1295073002: Move serializer related files in core/editing/ related files into core/editing/serializers/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-17T15:24:31 Rebase for Source/web/WebPageSerializerImpl.cpp Created 5 years, 4 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: Source/core/editing/serializers/MarkupAccumulator.h
diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/serializers/MarkupAccumulator.h
similarity index 96%
rename from Source/core/editing/MarkupAccumulator.h
rename to Source/core/editing/serializers/MarkupAccumulator.h
index 42431d8da51e89adb4429592bc379cff1e7bc9b5..8c263aa21b000d378f1b4a6acdbd17ff15002ff5 100644
--- a/Source/core/editing/MarkupAccumulator.h
+++ b/Source/core/editing/serializers/MarkupAccumulator.h
@@ -27,8 +27,8 @@
#define MarkupAccumulator_h
#include "core/editing/EditingStrategy.h"
-#include "core/editing/MarkupFormatter.h"
-#include "core/editing/Serialization.h"
+#include "core/editing/serializers/MarkupFormatter.h"
+#include "core/editing/serializers/Serialization.h"
#include "wtf/HashMap.h"
#include "wtf/Vector.h"
#include "wtf/text/StringBuilder.h"
« no previous file with comments | « Source/core/editing/serializers/HTMLInterchange.cpp ('k') | Source/core/editing/serializers/MarkupAccumulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698