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

Unified Diff: Source/core/editing/UndoStack.cpp

Issue 330323005: Manually commit changes that cause false-alarm on check-webkit-style. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline Created 6 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
Index: Source/core/editing/UndoStack.cpp
diff --git a/Source/core/editing/UndoStack.cpp b/Source/core/editing/UndoStack.cpp
index bc0b0a7b06069d18a76ea93122121c81163bd90e..a5b6c2e519d28f18e2053bf0db41b1ff6a0a0f49 100644
--- a/Source/core/editing/UndoStack.cpp
+++ b/Source/core/editing/UndoStack.cpp
@@ -25,7 +25,7 @@
*/
#include "config.h"
-#include "UndoStack.h"
+#include "core/editing/UndoStack.h"
eseidel 2014/06/17 21:05:13 I'm surprised this would cause a style warning? O
c.shu 2014/06/17 21:10:30 Actually this is the only file that does not cause
#include "core/dom/ContainerNode.h"
#include "core/dom/NoEventDispatchAssertion.h"

Powered by Google App Engine
This is Rietveld 408576698