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

Unified Diff: chrome/browser/media/router/discovery/dial/dial_service.h

Issue 2756483007: [Device Discovery] Move files from browser/extensions/api/dial to browser/media/router/discovery/di… (Closed)
Patch Set: resolve code review comments from Devlin Created 3 years, 9 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/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_

Powered by Google App Engine
This is Rietveld 408576698