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; |