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_ |