diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 02:46:28 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 02:46:28 +0000 |
commit | 748aad0d85144cd6c92afb032e1830db1042d816 (patch) | |
tree | df5b63d5b649190ca99459d0af4bf1a9cee4e099 /ppapi/thunk | |
parent | 9b1d639deb9d57ebc32196668d016bf7f3fbb6dd (diff) | |
download | chromium_src-748aad0d85144cd6c92afb032e1830db1042d816.zip chromium_src-748aad0d85144cd6c92afb032e1830db1042d816.tar.gz chromium_src-748aad0d85144cd6c92afb032e1830db1042d816.tar.bz2 |
Nit: fix directory name in ppb_console_thunk.cc
BUG=
Review URL: https://chromiumcodereview.appspot.com/11636052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk')
-rw-r--r-- | ppapi/thunk/ppb_console_thunk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/thunk/ppb_console_thunk.cc b/ppapi/thunk/ppb_console_thunk.cc index 9ece35d..7b28c3c 100644 --- a/ppapi/thunk/ppb_console_thunk.cc +++ b/ppapi/thunk/ppb_console_thunk.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// From dev/ppb_console_dev.idl modified Mon Nov 19 09:22:44 2012. +// From ppb_console.idl modified Thu Dec 20 13:10:26 2012. #include "ppapi/c/pp_errors.h" #include "ppapi/c/ppb_console.h" |