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

Unified Diff: ash/mus/shadow.cc

Issue 2182633011: Replaces ::ui:: with ui:: in ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « ash/mus/shadow.h ('k') | ash/mus/shadow_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shadow.cc
diff --git a/ash/mus/shadow.cc b/ash/mus/shadow.cc
index 08731ea6a5dbb907c459d23b0d2c3979f51d5bf3..6be4d45f744a341f7d7bbae0b32431e451f55779 100644
--- a/ash/mus/shadow.cc
+++ b/ash/mus/shadow.cc
@@ -144,7 +144,7 @@ void Shadow::SetStyle(Style style) {
}
}
-void Shadow::Install(::ui::Window* window) {
+void Shadow::Install(ui::Window* window) {
SetShadow(window, this);
window_ = window;
window_->AddObserver(this);
@@ -217,7 +217,7 @@ void Shadow::UpdateLayerBounds() {
shadow_layer_->UpdateNinePatchOcclusion(content_bounds);
}
-void Shadow::OnWindowDestroyed(::ui::Window* window) {
+void Shadow::OnWindowDestroyed(ui::Window* window) {
DCHECK_EQ(window_, window);
window_ = nullptr;
}
« no previous file with comments | « ash/mus/shadow.h ('k') | ash/mus/shadow_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698