| Index: chrome/common/media_router/route_request_result.h
|
| diff --git a/chrome/browser/media/router/route_request_result.h b/chrome/common/media_router/route_request_result.h
|
| similarity index 91%
|
| rename from chrome/browser/media/router/route_request_result.h
|
| rename to chrome/common/media_router/route_request_result.h
|
| index 81e820035b017c656f9a7fd7650757c34b1040b9..37d49ce3ebc58d5bb213827f26e7e79b6c99595f 100644
|
| --- a/chrome/browser/media/router/route_request_result.h
|
| +++ b/chrome/common/media_router/route_request_result.h
|
| @@ -2,8 +2,8 @@
|
| // 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_ROUTE_REQUEST_RESULT_H_
|
| -#define CHROME_BROWSER_MEDIA_ROUTER_ROUTE_REQUEST_RESULT_H_
|
| +#ifndef CHROME_COMMON_MEDIA_ROUTER_ROUTE_REQUEST_RESULT_H_
|
| +#define CHROME_COMMON_MEDIA_ROUTER_ROUTE_REQUEST_RESULT_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -48,7 +48,7 @@ class RouteRequestResult {
|
| CANCELLED = 8,
|
| // New values must be added here.
|
|
|
| - TOTAL_COUNT = 9 // The total number of values.
|
| + TOTAL_COUNT = 9 // The total number of values.
|
| };
|
|
|
| static std::unique_ptr<RouteRequestResult> FromSuccess(
|
| @@ -83,4 +83,4 @@ class RouteRequestResult {
|
|
|
| } // namespace media_router
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_ROUTER_ROUTE_REQUEST_RESULT_H_
|
| +#endif // CHROME_COMMON_MEDIA_ROUTER_ROUTE_REQUEST_RESULT_H_
|
|
|