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

Unified Diff: views/accessibility/view_accessibility.cc

Issue 6257006: Move a bunch of random other files to src/ui/base... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « ui/base/x/x11_util_internal.h ('k') | views/controls/button/native_button_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/accessibility/view_accessibility.cc
===================================================================
--- views/accessibility/view_accessibility.cc (revision 71854)
+++ views/accessibility/view_accessibility.cc (working copy)
@@ -4,7 +4,7 @@
#include "views/accessibility/view_accessibility.h"
-#include "app/view_prop.h"
+#include "ui/base/view_prop.h"
#include "views/controls/button/native_button.h"
#include "views/widget/widget.h"
#include "views/widget/widget_win.h"
@@ -725,8 +725,8 @@
return E_INVALIDARG;
HWND native_view_window = static_cast<HWND>(
- app::ViewProp::GetValue(native_host->native_view(),
- kViewsNativeHostPropForAccessibility));
+ ui::ViewProp::GetValue(native_host->native_view(),
+ kViewsNativeHostPropForAccessibility));
if (!IsWindow(native_view_window)) {
native_view_window = native_host->native_view();
}
« no previous file with comments | « ui/base/x/x11_util_internal.h ('k') | views/controls/button/native_button_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698