cpplint cleaning new API and its implementation files.
R=pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/6089005
git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5317 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/call.h b/call.h
index 7ee2592..febb8f3 100644
--- a/call.h
+++ b/call.h
@@ -7,8 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_CALL_H_
-#define WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_CALL_H_
+#ifndef WEBRTC_CALL_H_
+#define WEBRTC_CALL_H_
#include <string>
#include <vector>
@@ -98,4 +98,4 @@
};
} // namespace webrtc
-#endif // WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_CALL_H_
+#endif // WEBRTC_CALL_H_