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

Unified Diff: webrtc/media/devices/v4llookup.h

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) Created 4 years, 10 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
« no previous file with comments | « webrtc/media/devices/mobiledevicemanager.cc ('k') | webrtc/media/devices/v4llookup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/devices/v4llookup.h
diff --git a/talk/media/devices/v4llookup.h b/webrtc/media/devices/v4llookup.h
similarity index 94%
rename from talk/media/devices/v4llookup.h
rename to webrtc/media/devices/v4llookup.h
index 5c53ede99f700caa3571967015ccfa6700b7995b..67c6066567076efb0c8b2c519157dbfd7a21a5d0 100644
--- a/talk/media/devices/v4llookup.h
+++ b/webrtc/media/devices/v4llookup.h
@@ -32,8 +32,8 @@
* The functionality is implemented as a class with virtual methods for
* the purpose of unit testing.
*/
-#ifndef TALK_MEDIA_DEVICES_V4LLOOKUP_H_
-#define TALK_MEDIA_DEVICES_V4LLOOKUP_H_
+#ifndef WEBRTC_MEDIA_DEVICES_V4LLOOKUP_H_
+#define WEBRTC_MEDIA_DEVICES_V4LLOOKUP_H_
#include <string>
@@ -67,4 +67,4 @@ class V4LLookup {
} // namespace cricket
#endif // WEBRTC_LINUX
-#endif // TALK_MEDIA_DEVICES_V4LLOOKUP_H_
+#endif // WEBRTC_MEDIA_DEVICES_V4LLOOKUP_H_
« no previous file with comments | « webrtc/media/devices/mobiledevicemanager.cc ('k') | webrtc/media/devices/v4llookup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698