diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-03 01:12:10 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-03 01:12:10 +0000 |
commit | a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6 (patch) | |
tree | 50945b9282b3e24d7275953e84c712cb34e8c188 /ppapi/proxy | |
parent | 1523b746ecd2e88357deb710e891011cb55db9ab (diff) | |
download | chromium_src-a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6.zip chromium_src-a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6.tar.gz chromium_src-a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6.tar.bz2 |
Cleanup: Another round of unused forward declaration cleanup.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8598030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy')
-rw-r--r-- | ppapi/proxy/ppb_audio_input_proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/proxy/ppb_audio_input_proxy.h b/ppapi/proxy/ppb_audio_input_proxy.h index b9b50a5..e50b03b 100644 --- a/ppapi/proxy/ppb_audio_input_proxy.h +++ b/ppapi/proxy/ppb_audio_input_proxy.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef PPAPI_PPB_AUDIO_INPUT_PROXY_H_ -#define PPAPI_PPB_AUDIO_INPUT_PROXY_H_ +#ifndef PPAPI_PROXY_PPB_AUDIO_INPUT_PROXY_H_ +#define PPAPI_PROXY_PPB_AUDIO_INPUT_PROXY_H_ #include <utility> @@ -81,4 +81,4 @@ class PPB_AudioInput_Proxy : public InterfaceProxy { } // namespace proxy } // namespace ppapi -#endif // PPAPI_PPB_AUDIO_INPUT_PROXY_H_ +#endif // PPAPI_PROXY_PPB_AUDIO_INPUT_PROXY_H_ |