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

Unified Diff: chrome/browser/accessibility/accessibility_win_browsertest.cc

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
« no previous file with comments | « chrome/browser/DEPS ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/accessibility/accessibility_win_browsertest.cc
diff --git a/chrome/browser/accessibility/accessibility_win_browsertest.cc b/chrome/browser/accessibility/accessibility_win_browsertest.cc
index c15223d0d6a5944f093f53331b19cabe4954ed25..2daa4cd122fa333d7e6c85bfe5be252b8bc6dcf0 100644
--- a/chrome/browser/accessibility/accessibility_win_browsertest.cc
+++ b/chrome/browser/accessibility/accessibility_win_browsertest.cc
@@ -19,7 +19,7 @@
#include "content/browser/tab_contents/tab_contents.h"
#include "content/common/content_notification_types.h"
#include "third_party/iaccessible2/ia2_api_all.h"
-#include "ISimpleDOMNode.h" // Generated NOLINT
+#include "third_party/isimpledom/ISimpleDOMNode.h"
dmazzoni 2011/09/20 13:01:22 NOLINT isn't needed for this one? Great if not...
Ryan Sleevi 2011/09/21 02:08:09 Nope. The NOLINT is only needed because the includ
using std::auto_ptr;
using std::vector;
« no previous file with comments | « chrome/browser/DEPS ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698