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

Unified Diff: Source/core/accessibility/AccessibilityTableRow.cpp

Issue 14336010: Absolutify paths to accessibility/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/core/accessibility/AccessibilityTableRow.h ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AccessibilityTableRow.cpp
diff --git a/Source/core/accessibility/AccessibilityTableRow.cpp b/Source/core/accessibility/AccessibilityTableRow.cpp
index 7244118a97011dcec302dc8d67798ad105fb5621..9dbc1fb746a8b9963211e86c6f92125f5218f328 100644
--- a/Source/core/accessibility/AccessibilityTableRow.cpp
+++ b/Source/core/accessibility/AccessibilityTableRow.cpp
@@ -27,10 +27,10 @@
*/
#include "config.h"
-#include "AccessibilityTableRow.h"
+#include "core/accessibility/AccessibilityTableRow.h"
-#include "AccessibilityTableCell.h"
#include "RenderTableRow.h"
+#include "core/accessibility/AccessibilityTableCell.h"
using namespace std;
« no previous file with comments | « Source/core/accessibility/AccessibilityTableRow.h ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698