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

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

Issue 2864953002: Split out the MSCOM pieces of BrowserAccessibilityWin into a seperate class. (Closed)
Patch Set: follow up comment Created 3 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/accessibility_win_browsertest.cc
diff --git a/content/browser/accessibility/accessibility_win_browsertest.cc b/content/browser/accessibility/accessibility_win_browsertest.cc
index 07121bad5d32e00ad57be85d40921a73a4611f4c..f1589f3f28d951ce489202b4254d5c6352c92d21 100644
--- a/content/browser/accessibility/accessibility_win_browsertest.cc
+++ b/content/browser/accessibility/accessibility_win_browsertest.cc
@@ -1696,7 +1696,7 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
base::win::ScopedComPtr<IAccessibleText> paragraph_text;
SetUpSampleParagraph(&paragraph_text);
base::string16 embedded_character(
- 1, BrowserAccessibilityWin::kEmbeddedCharacter);
+ 1, BrowserAccessibilityComWin::kEmbeddedCharacter);
std::vector<std::wstring> words;
words.push_back(L"Game ");
words.push_back(L"theory ");

Powered by Google App Engine
This is Rietveld 408576698