Index: ash/wm/aura/wm_shelf_aura.cc |
diff --git a/ash/wm/aura/wm_shelf_aura.cc b/ash/wm/aura/wm_shelf_aura.cc |
index 82a9ea9bb8663bdd495c4ff0fa0fe3b4f1f1f888..1bcc0ba70dd20631e541c5ee2e468b7c9ad97f3e 100644 |
--- a/ash/wm/aura/wm_shelf_aura.cc |
+++ b/ash/wm/aura/wm_shelf_aura.cc |
@@ -4,7 +4,7 @@ |
#include "ash/wm/aura/wm_shelf_aura.h" |
-#include "ash/common/wm/shelf/wm_shelf_observer.h" |
+#include "ash/common/shelf/wm_shelf_observer.h" |
#include "ash/common/wm/wm_window.h" |
#include "ash/shelf/shelf.h" |
#include "ash/shelf/shelf_layout_manager.h" |
@@ -76,7 +76,7 @@ void WmShelfAura::WillDeleteShelfLayoutManager() { |
} |
void WmShelfAura::OnBackgroundUpdated( |
- wm::ShelfBackgroundType background_type, |
+ ShelfBackgroundType background_type, |
BackgroundAnimatorChangeType change_type) { |
FOR_EACH_OBSERVER(WmShelfObserver, observers_, |
OnBackgroundUpdated(background_type, change_type)); |