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

Side by Side Diff: chrome/test/media_router/media_router_e2e_browsertest.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_MEDIA_ROUTER_MEDIA_ROUTER_E2E_BROWSERTEST_H_ 5 #ifndef CHROME_TEST_MEDIA_ROUTER_MEDIA_ROUTER_E2E_BROWSERTEST_H_
6 #define CHROME_TEST_MEDIA_ROUTER_MEDIA_ROUTER_E2E_BROWSERTEST_H_ 6 #define CHROME_TEST_MEDIA_ROUTER_MEDIA_ROUTER_E2E_BROWSERTEST_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "chrome/browser/media/router/media_route.h"
12 #include "chrome/browser/media/router/media_router.h" 11 #include "chrome/browser/media/router/media_router.h"
12 #include "chrome/common/media_router/media_route.h"
13 #include "chrome/test/media_router/media_router_integration_browsertest.h" 13 #include "chrome/test/media_router/media_router_integration_browsertest.h"
14 #include "chrome/test/media_router/test_media_sinks_observer.h" 14 #include "chrome/test/media_router/test_media_sinks_observer.h"
15 15
16 namespace media_router { 16 namespace media_router {
17 17
18 class MediaRouter; 18 class MediaRouter;
19 class RouteRequestResult; 19 class RouteRequestResult;
20 20
21 class MediaRouterE2EBrowserTest : public MediaRouterIntegrationBrowserTest { 21 class MediaRouterE2EBrowserTest : public MediaRouterIntegrationBrowserTest {
22 public: 22 public:
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 private: 61 private:
62 MediaRouter* media_router_; 62 MediaRouter* media_router_;
63 std::unique_ptr<TestMediaSinksObserver> observer_; 63 std::unique_ptr<TestMediaSinksObserver> observer_;
64 MediaRoute::Id route_id_; 64 MediaRoute::Id route_id_;
65 }; 65 };
66 66
67 } // namespace media_router 67 } // namespace media_router
68 68
69 #endif // CHROME_TEST_MEDIA_ROUTER_MEDIA_ROUTER_E2E_BROWSERTEST_H_ 69 #endif // CHROME_TEST_MEDIA_ROUTER_MEDIA_ROUTER_E2E_BROWSERTEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698