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

Unified Diff: third_party/WebKit/Source/platform/graphics/ContiguousContainer.h

Issue 2798823002: Rewrite references to "wtf/" to "platform/wtf/" in platform/graphics. (Closed)
Patch Set: Created 3 years, 8 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/platform/graphics/ContiguousContainer.h
diff --git a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
index 8932a64b2ee84390d2c1a770b93dd66487357246..52534e297d92b127bdf2b3f6303b7dd9eca66b93 100644
--- a/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
+++ b/third_party/WebKit/Source/platform/graphics/ContiguousContainer.h
@@ -5,18 +5,18 @@
#ifndef ContiguousContainer_h
#define ContiguousContainer_h
-#include "base/compiler_specific.h"
-#include "platform/PlatformExport.h"
-#include "wtf/Alignment.h"
-#include "wtf/Allocator.h"
-#include "wtf/Compiler.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/TypeTraits.h"
-#include "wtf/Vector.h"
#include <cstddef>
#include <iterator>
#include <memory>
#include <utility>
+#include "base/compiler_specific.h"
+#include "platform/PlatformExport.h"
+#include "platform/wtf/Alignment.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Compiler.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/TypeTraits.h"
+#include "platform/wtf/Vector.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698