Commit 0683549b authored by bauerb@chromium.org's avatar bauerb@chromium.org

Fix a line ending issue in pepper_message_filter.h

BUG=none
TBR=brettw@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10826057

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148913 0039d316-1c4b-4281-b951-d872f2087c98
parent cac22789
...@@ -242,8 +242,8 @@ class PepperMessageFilter ...@@ -242,8 +242,8 @@ class PepperMessageFilter
content::ResourceContext* const resource_context_; content::ResourceContext* const resource_context_;
ppapi::PpapiPermissions permissions_; ppapi::PpapiPermissions permissions_;
content::ContentBrowserPepperHostFactory host_factory_; content::ContentBrowserPepperHostFactory host_factory_;
ppapi::host::PpapiHost ppapi_host_; ppapi::host::PpapiHost ppapi_host_;
// When non-NULL, this should be used instead of the resource_context_. Use // When non-NULL, this should be used instead of the resource_context_. Use
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment