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

Unified Diff: Source/core/platform/NotImplemented.h

Issue 19762007: core/platform: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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/platform/MemoryUsageSupport.h ('k') | Source/core/platform/PODArena.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/NotImplemented.h
diff --git a/Source/core/platform/NotImplemented.h b/Source/core/platform/NotImplemented.h
index 22b94f748e0e1a3939635fc7ffac960421def165..d55301812c6e9e6d8506597a9f05a1bfea2c2fbf 100644
--- a/Source/core/platform/NotImplemented.h
+++ b/Source/core/platform/NotImplemented.h
@@ -26,7 +26,7 @@
#ifndef NotImplemented_h
#define NotImplemented_h
-#include <wtf/Assertions.h>
+#include "wtf/Assertions.h"
#if LOG_DISABLED
#define notImplemented() ((void)0)
« no previous file with comments | « Source/core/platform/MemoryUsageSupport.h ('k') | Source/core/platform/PODArena.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698