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

Unified Diff: Source/wtf/OwnPtr.h

Issue 18095003: Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/wtf/OwnArrayPtr.h ('k') | Source/wtf/ParallelJobs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/OwnPtr.h
diff --git a/Source/wtf/OwnPtr.h b/Source/wtf/OwnPtr.h
index fa79aa1e3af2ec6754eca28b57ab9dfe89b4288d..03e214aaf7191103e52fd25b40a65dab8a867867 100644
--- a/Source/wtf/OwnPtr.h
+++ b/Source/wtf/OwnPtr.h
@@ -21,11 +21,11 @@
#ifndef WTF_OwnPtr_h
#define WTF_OwnPtr_h
-#include <wtf/Assertions.h>
-#include <wtf/Noncopyable.h>
-#include <wtf/NullPtr.h>
-#include <wtf/OwnPtrCommon.h>
-#include <wtf/TypeTraits.h>
+#include "wtf/Assertions.h"
+#include "wtf/Noncopyable.h"
+#include "wtf/NullPtr.h"
+#include "wtf/OwnPtrCommon.h"
+#include "wtf/TypeTraits.h"
#include <algorithm>
#include <memory>
« no previous file with comments | « Source/wtf/OwnArrayPtr.h ('k') | Source/wtf/ParallelJobs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698