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

Unified Diff: media/audio/win/avrt_wrapper_win.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years 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: media/audio/win/avrt_wrapper_win.h
diff --git a/media/audio/win/avrt_wrapper_win.h b/media/audio/win/avrt_wrapper_win.h
index 8127b6bff6f6c3a1e091017228407958d0aaf580..0b3462a855641115436c68489477ec1708e5de7a 100644
--- a/media/audio/win/avrt_wrapper_win.h
+++ b/media/audio/win/avrt_wrapper_win.h
@@ -20,8 +20,6 @@
#include <windows.h>
#include <avrt.h>
-#include "base/basictypes.h"
-
namespace avrt {
// Loads the Avrt.dll which is available on Windows Vista and later.

Powered by Google App Engine
This is Rietveld 408576698