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

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

Issue 7971008: Make iaccessible2 write shared generated files to SHARED_INTERMEDIATE_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update 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
« no previous file with comments | « content/browser/DEPS ('k') | third_party/iaccessible2/iaccessible2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fbcc942c3731da64706bae018c522f611f695964..2e6e951cb048db2cc7bf4c5b7da57095782198fe 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 "ia2_api_all.h" // Generated
-#include "ISimpleDOMDocument.h" // Generated
-#include "ISimpleDOMNode.h" // Generated
-#include "ISimpleDOMText.h" // Generated
+#include "ISimpleDOMDocument.h" // Generated NOLINT
+#include "ISimpleDOMNode.h" // Generated NOLINT
+#include "ISimpleDOMText.h" // Generated NOLINT
+#include "third_party/iaccessible2/ia2_api_all.h"
#include "webkit/glue/webaccessibility.h"
class BrowserAccessibilityManagerWin;
« no previous file with comments | « content/browser/DEPS ('k') | third_party/iaccessible2/iaccessible2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698