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

Unified Diff: third_party/WebKit/Source/web/ColorChooserUIController.cpp

Issue 2887613002: Revert of Rename AXObject to AXObjectImpl in modules/ and web/ (patchset #9 id:160001 of https://co… (Closed)
Patch Set: 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: third_party/WebKit/Source/web/ColorChooserUIController.cpp
diff --git a/third_party/WebKit/Source/web/ColorChooserUIController.cpp b/third_party/WebKit/Source/web/ColorChooserUIController.cpp
index dc36d15602261702684a50c15c7285ae96b3fcca..29abd5d44065d14c5e9397f9e338a0bcabc6b55d 100644
--- a/third_party/WebKit/Source/web/ColorChooserUIController.cpp
+++ b/third_party/WebKit/Source/web/ColorChooserUIController.cpp
@@ -66,7 +66,7 @@ void ColorChooserUIController::EndChooser() {
chooser_->EndChooser();
}
-AXObjectImpl* ColorChooserUIController::RootAXObject() {
+AXObject* ColorChooserUIController::RootAXObject() {
return 0;
}
« no previous file with comments | « third_party/WebKit/Source/web/ColorChooserUIController.h ('k') | third_party/WebKit/Source/web/DateTimeChooserImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698