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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 7973006: Make isimpledom write shared generated files to SHARED_INTERMEDIATE_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup the GYP Created 9 years, 3 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: content/browser/accessibility/browser_accessibility_win.h
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 2e6e951cb048db2cc7bf4c5b7da57095782198fe..5edce4567fe1f30c2d97f47cf1a4d68174b144b1 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -13,10 +13,10 @@
#include <vector>
#include "content/browser/accessibility/browser_accessibility.h"
-#include "ISimpleDOMDocument.h" // Generated NOLINT
-#include "ISimpleDOMNode.h" // Generated NOLINT
-#include "ISimpleDOMText.h" // Generated NOLINT
#include "third_party/iaccessible2/ia2_api_all.h"
+#include "third_party/isimpledom/ISimpleDOMDocument.h"
+#include "third_party/isimpledom/ISimpleDOMNode.h"
+#include "third_party/isimpledom/ISimpleDOMText.h"
#include "webkit/glue/webaccessibility.h"
class BrowserAccessibilityManagerWin;

Powered by Google App Engine
This is Rietveld 408576698