summaryrefslogtreecommitdiffstats
path: root/media/player/stdafx.h
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 21:06:03 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 21:06:03 +0000
commitbfe979e1cc07e94096dd4a63f013c907d1d986a6 (patch)
tree042f6f71105c3266d270956f7bc370e5aea67b57 /media/player/stdafx.h
parent10f27fb06b2d231f8ab3bb0177439760d9a3b654 (diff)
downloadchromium_src-bfe979e1cc07e94096dd4a63f013c907d1d986a6.zip
chromium_src-bfe979e1cc07e94096dd4a63f013c907d1d986a6.tar.gz
chromium_src-bfe979e1cc07e94096dd4a63f013c907d1d986a6.tar.bz2
Added media player File->Last to play the most recent movie again.
Review URL: http://codereview.chromium.org/100149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/player/stdafx.h')
-rw-r--r--media/player/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/player/stdafx.h b/media/player/stdafx.h
index bd55969..a82c783 100644
--- a/media/player/stdafx.h
+++ b/media/player/stdafx.h
@@ -21,7 +21,7 @@
#include <atlbase.h>
#include <atlapp.h>
-extern CAppModule _Module;
+extern CAppModule g_module;
#include <atlwin.h>