| Index: chrome/browser/media/router/discovery/dial/dial_service.h
|
| diff --git a/chrome/browser/extensions/api/dial/dial_service.h b/chrome/browser/media/router/discovery/dial/dial_service.h
|
| similarity index 97%
|
| rename from chrome/browser/extensions/api/dial/dial_service.h
|
| rename to chrome/browser/media/router/discovery/dial/dial_service.h
|
| index dfe56c1986d55949e173ab7b47016952592dc153..11935d724beab604c7af10fba022dbc872004c71 100644
|
| --- a/chrome/browser/extensions/api/dial/dial_service.h
|
| +++ b/chrome/browser/media/router/discovery/dial/dial_service.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_EXTENSIONS_API_DIAL_DIAL_SERVICE_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_DIAL_DIAL_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_ROUTER_DISCOVERY_DIAL_DIAL_SERVICE_H_
|
| +#define CHROME_BROWSER_MEDIA_ROUTER_DISCOVERY_DIAL_DIAL_SERVICE_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -24,9 +24,7 @@ class StringIOBuffer;
|
| class NetLog;
|
| }
|
|
|
| -namespace extensions {
|
| -namespace api {
|
| -namespace dial {
|
| +namespace media_router {
|
|
|
| class DialDeviceData;
|
|
|
| @@ -292,8 +290,6 @@ class DialServiceImpl : public DialService {
|
| DISALLOW_COPY_AND_ASSIGN(DialServiceImpl);
|
| };
|
|
|
| -} // namespace dial
|
| -} // namespace api
|
| -} // namespace extensions
|
| +} // namespace media_router
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_DIAL_DIAL_SERVICE_H_
|
| +#endif // CHROME_BROWSER_MEDIA_ROUTER_DISCOVERY_DIAL_DIAL_SERVICE_H_
|
|
|