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

Unified Diff: device/capture/system_message_window_win.cc

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « device/capture/system_message_window_win.h ('k') | device/capture/system_message_window_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/system_message_window_win.cc
diff --git a/media/capture/system_message_window_win.cc b/device/capture/system_message_window_win.cc
similarity index 98%
rename from media/capture/system_message_window_win.cc
rename to device/capture/system_message_window_win.cc
index 66ebb3eeb3bc4b0119ec33f6d350755e50cba89b..5f682b55edcf14f39b5027598b5a420fa103c110 100644
--- a/media/capture/system_message_window_win.cc
+++ b/device/capture/system_message_window_win.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 <stddef.h>
@@ -13,7 +13,7 @@
#include "base/win/wrapped_window_proc.h"
#include "media/audio/win/core_audio_util_win.h"
-namespace media {
+namespace device {
namespace {
const wchar_t kWindowClassName[] = L"Chrome_SystemMessageWindow";
@@ -156,4 +156,4 @@ LRESULT CALLBACK SystemMessageWindowWin::WndProc(HWND hwnd,
return ::DefWindowProc(hwnd, message, wparam, lparam);
}
-} // namespace media
+} // namespace device
« no previous file with comments | « device/capture/system_message_window_win.h ('k') | device/capture/system_message_window_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698