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

Unified Diff: chrome/browser/media/router/mock_media_router.cc

Issue 1131913003: Adds QueryResultManager support class for Media Router Dialog WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyrights. Created 5 years, 7 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/media/router/mock_media_router.cc
diff --git a/chrome/browser/media/router/media_route_id.h b/chrome/browser/media/router/mock_media_router.cc
similarity index 50%
copy from chrome/browser/media/router/media_route_id.h
copy to chrome/browser/media/router/mock_media_router.cc
index 7bdfb57415459a7a00cb5822d92f6e4897607def..38a8f82d5b9109c6059b2bd20629bad7f1f345d8 100644
--- a/chrome/browser/media/router/media_route_id.h
+++ b/chrome/browser/media/router/mock_media_router.cc
@@ -2,15 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_ID_H_
-#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_ID_H_
-
-#include <string>
+#include "chrome/browser/media/router/mock_media_router.h"
namespace media_router {
-using MediaRouteId = std::string;
+MockMediaRouter::MockMediaRouter() {
+}
-} // namespace media_router
+MockMediaRouter::~MockMediaRouter() {
+}
-#endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_ID_H_
+} // namespace media_router

Powered by Google App Engine
This is Rietveld 408576698