| Index: device/capture/system_message_window_win_unittest.cc
|
| diff --git a/media/capture/system_message_window_win_unittest.cc b/device/capture/system_message_window_win_unittest.cc
|
| similarity index 92%
|
| rename from media/capture/system_message_window_win_unittest.cc
|
| rename to device/capture/system_message_window_win_unittest.cc
|
| index 80ff75ce5c998e6fc1a9f51a95575dc16c38a2f1..522f1d79718b751b75b1622c78be9be085fec196 100644
|
| --- a/media/capture/system_message_window_win_unittest.cc
|
| +++ b/device/capture/system_message_window_win_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/capture/system_message_window_win.h"
|
| +#include "device/capture/system_message_window_win.h"
|
|
|
| #include <dbt.h>
|
| #include <string>
|
| @@ -15,7 +15,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| class SystemMessageWindowWinTest : public testing::Test {
|
| public:
|
| @@ -43,4 +43,4 @@ TEST_F(SystemMessageWindowWinTest, RandomMessage) {
|
| message_loop_.RunUntilIdle();
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|