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

Unified Diff: content/browser/accessibility/renderer_accessibility_browsertest.cc

Issue 10399084: Fix crash in the accessibility code in the shared build. The problem is that the ATL module pointer… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update license header in atl_module.h Created 8 years, 7 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/renderer_accessibility_browsertest.cc
diff --git a/content/browser/accessibility/renderer_accessibility_browsertest.cc b/content/browser/accessibility/renderer_accessibility_browsertest.cc
index e8c5acc9ae719b0eeec9fa39aaee7d78e86654b6..ac58e683cd582316fc566e422d776977805f2006 100644
--- a/content/browser/accessibility/renderer_accessibility_browsertest.cc
+++ b/content/browser/accessibility/renderer_accessibility_browsertest.cc
@@ -18,7 +18,7 @@
#if defined(OS_WIN)
#include <atlbase.h>
#include <atlcom.h>
-#include "ui/base/win/atl_module.h"
+#include "base/win/atl_module.h"
#endif
using content::OpenURLParams;

Powered by Google App Engine
This is Rietveld 408576698