summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/desktop_notifications_unittest.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/notifications/desktop_notifications_unittest.h')
-rw-r--r--chrome/browser/notifications/desktop_notifications_unittest.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h
index 47eaf77..6ecd01e 100644
--- a/chrome/browser/notifications/desktop_notifications_unittest.h
+++ b/chrome/browser/notifications/desktop_notifications_unittest.h
@@ -22,9 +22,11 @@
#include "testing/gtest/include/gtest/gtest.h"
#if defined(USE_AURA)
-namespace wm {
+namespace views {
+namespace corewm {
class WMState;
}
+}
#endif
class ActiveDesktopMonitor;
@@ -130,7 +132,7 @@ class DesktopNotificationsTest : public testing::Test {
private:
#if defined(USE_AURA)
- scoped_ptr<wm::WMState> wm_state_;
+ scoped_ptr<views::corewm::WMState> wm_state_;
#endif
DISALLOW_COPY_AND_ASSIGN(DesktopNotificationsTest);