diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-18 00:24:57 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-18 00:24:57 +0000 |
commit | 294889d9db3e1b2e8a43a55472f9c1350b3b4ec1 (patch) | |
tree | 603b2273ca5635c81670d26f001397e5eff8e6e5 /third_party/widevine | |
parent | f8d0caf9a37e7217dbfbe24b433ffb7b33e8b2b0 (diff) | |
download | chromium_src-294889d9db3e1b2e8a43a55472f9c1350b3b4ec1.zip chromium_src-294889d9db3e1b2e8a43a55472f9c1350b3b4ec1.tar.gz chromium_src-294889d9db3e1b2e8a43a55472f9c1350b3b4ec1.tar.bz2 |
Fix widevine integration by using the base namespace for FilePath.
This fixes a build error from my previous checking r183043
TBR=xhwang@chromium.org
Review URL: https://codereview.chromium.org/12296005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h index ef1d8c4..8f13bc1 100644 --- a/third_party/widevine/cdm/widevine_cdm_common.h +++ b/third_party/widevine/cdm/widevine_cdm_common.h @@ -20,7 +20,7 @@ const char kWidevineCdmPluginMimeType[] ="application/x-ppapi-widevine-cdm"; const char kWidevineCdmPluginMimeTypeDescription[] = "Widevine HTML CDM"; // File name of the plugin on different platforms. -const FilePath::CharType kWidevineCdmPluginFileName[] = +const base::FilePath::CharType kWidevineCdmPluginFileName[] = #if defined(OS_MACOSX) FILE_PATH_LITERAL("widevinecdmadapter.plugin"); #elif defined(OS_WIN) |