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

Unified Diff: chrome/browser/notifications/desktop_notifications_unittest.h

Issue 178883004: Enable the volume slider in Ash for windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try again, got a 500 last time. Created 6 years, 10 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: chrome/browser/notifications/desktop_notifications_unittest.h
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h
index 6ecd01eb1c0970194048a494e03ccd1e40c15061..bc1ae1f6a1b5d3a8fbfa62deade28e0285e7287a 100644
--- a/chrome/browser/notifications/desktop_notifications_unittest.h
+++ b/chrome/browser/notifications/desktop_notifications_unittest.h
@@ -21,6 +21,10 @@
#include "content/public/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
+#if defined(OS_WIN)
dewittj 2014/03/03 22:48:55 Probably should read: defined(OS_WIN) && defined(U
+#include "base/win/scoped_com_initializer.h"
+#endif
+
#if defined(USE_AURA)
namespace views {
namespace corewm {
@@ -134,6 +138,9 @@ class DesktopNotificationsTest : public testing::Test {
#if defined(USE_AURA)
scoped_ptr<views::corewm::WMState> wm_state_;
#endif
+#if defined(OS_WIN)
dewittj 2014/03/03 22:48:55 same here
+ scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;
+#endif
DISALLOW_COPY_AND_ASSIGN(DesktopNotificationsTest);
};

Powered by Google App Engine
This is Rietveld 408576698