summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 22:54:10 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 22:54:10 +0000
commit533e8fe4288e72f87d50479580665b5ec68a8e1b (patch)
tree12471f0012505639c10a7da036eaa852b9b927e7
parent2e21fe297772072798e86e4e47924d9e1fcc0493 (diff)
downloadchromium_src-533e8fe4288e72f87d50479580665b5ec68a8e1b.zip
chromium_src-533e8fe4288e72f87d50479580665b5ec68a8e1b.tar.gz
chromium_src-533e8fe4288e72f87d50479580665b5ec68a8e1b.tar.bz2
Fixing paths so that they pick up the variable for the pepper directory based on version number.
Review URL: http://codereview.chromium.org/9569032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124757 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ppapi/api/ppb_audio_config.idl2
-rw-r--r--ppapi/c/ppb_audio_config.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/api/ppb_audio_config.idl b/ppapi/api/ppb_audio_config.idl
index d03a1b6..4907cda 100644
--- a/ppapi/api/ppb_audio_config.idl
+++ b/ppapi/api/ppb_audio_config.idl
@@ -45,7 +45,7 @@ enum PP_AudioSampleRate {
* This interface only supports 16-bit stereo output.
*
* Refer to the
- * <a href="/chrome/nativeclient/docs/audio.html">Pepper
+ * <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Pepper
* Audio API</a> for information on using this interface.
*/
[macro="PPB_AUDIO_CONFIG_INTERFACE"]
diff --git a/ppapi/c/ppb_audio_config.h b/ppapi/c/ppb_audio_config.h
index 177945e..7ad5ea0 100644
--- a/ppapi/c/ppb_audio_config.h
+++ b/ppapi/c/ppb_audio_config.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_audio_config.idl modified Wed Feb 22 14:49:51 2012. */
+/* From ppb_audio_config.idl modified Thu Mar 1 14:51:38 2012. */
#ifndef PPAPI_C_PPB_AUDIO_CONFIG_H_
#define PPAPI_C_PPB_AUDIO_CONFIG_H_
@@ -66,7 +66,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_AudioSampleRate, 4);
* This interface only supports 16-bit stereo output.
*
* Refer to the
- * <a href="/chrome/nativeclient/docs/audio.html">Pepper
+ * <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Pepper
* Audio API</a> for information on using this interface.
*/
struct PPB_AudioConfig_1_1 {