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

Unified Diff: chrome/browser/system_monitor/media_device_notifications_utils.cc

Issue 10919051: Move device notification impl out of chrome/browser/media_gallery (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: modify for chromeos and win Created 8 years, 3 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/system_monitor/media_device_notifications_utils.cc
diff --git a/chrome/browser/media_gallery/media_device_notifications_utils.cc b/chrome/browser/system_monitor/media_device_notifications_utils.cc
similarity index 92%
rename from chrome/browser/media_gallery/media_device_notifications_utils.cc
rename to chrome/browser/system_monitor/media_device_notifications_utils.cc
index 9036b32b032abb80bf6acc913f777f971f4d541d..5453eb6e8ce4abb1a14804c7c24dc7910bdbedf4 100644
--- a/chrome/browser/media_gallery/media_device_notifications_utils.cc
+++ b/chrome/browser/system_monitor/media_device_notifications_utils.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 "chrome/browser/media_gallery/media_device_notifications_utils.h"
+#include "chrome/browser/system_monitor/media_device_notifications_utils.h"
#include "base/file_util.h"
#include "base/string_util.h"

Powered by Google App Engine
This is Rietveld 408576698