summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authornoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-14 03:33:19 +0000
committernoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-14 03:33:19 +0000
commitea337153afef9d1fc7d9605826afb2c7ac557eb7 (patch)
tree9e4e4f3ce779158b0b4c17d6b1bacf41279720e5 /ppapi
parenta321b963a88c9d4d1e0d1b5c49a56ef19a26e0db (diff)
downloadchromium_src-ea337153afef9d1fc7d9605826afb2c7ac557eb7.zip
chromium_src-ea337153afef9d1fc7d9605826afb2c7ac557eb7.tar.gz
chromium_src-ea337153afef9d1fc7d9605826afb2c7ac557eb7.tar.bz2
Fix extra comma causing scons compile issue.
SDK bots are broken becaus of scons failure due to different warning levels. TBR=dschuff@chromium.org Review URL: https://chromiumcodereview.appspot.com/10543155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/native_client/src/trusted/plugin/file_downloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/native_client/src/trusted/plugin/file_downloader.h b/ppapi/native_client/src/trusted/plugin/file_downloader.h
index 0b51ac0..ec626f4 100644
--- a/ppapi/native_client/src/trusted/plugin/file_downloader.h
+++ b/ppapi/native_client/src/trusted/plugin/file_downloader.h
@@ -24,7 +24,7 @@ class Plugin;
typedef enum {
DOWNLOAD_TO_FILE = 0,
DOWNLOAD_TO_BUFFER,
- DOWNLOAD_STREAM,
+ DOWNLOAD_STREAM
} DownloadMode;
typedef enum {