Index: Source/core/inspector/InspectorDOMAgent.h |
diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
index e6c98c955cc9f7376d909bd65386a58a3d256747..1dc70053bb7aaeb09ed622b87b61841fa5d61762 100644 |
--- a/Source/core/inspector/InspectorDOMAgent.h |
+++ b/Source/core/inspector/InspectorDOMAgent.h |
@@ -38,17 +38,17 @@ |
#include "InspectorOverlay.h" |
#include "InspectorValues.h" |
#include "RenderLayer.h" |
-#include "Timer.h" |
+#include "core/platform/Timer.h" |
#include <wtf/Deque.h> |
-#include <wtf/ListHashSet.h> |
#include <wtf/HashMap.h> |
#include <wtf/HashSet.h> |
+#include <wtf/ListHashSet.h> |
#include <wtf/OwnPtr.h> |
#include <wtf/PassOwnPtr.h> |
#include <wtf/RefPtr.h> |
-#include <wtf/Vector.h> |
#include <wtf/text/AtomicString.h> |
+#include <wtf/Vector.h> |
namespace WebCore { |
class ContainerNode; |