Skip to content

Commit

Permalink
Remove the redundant declaration
Browse files Browse the repository at this point in the history
PluginInstance was declared twice so removing redundant declaration

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195250 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mrunal.kapade@intel.com committed Apr 19, 2013
1 parent 7dc03af commit 3c5d4ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,4 @@ Kenneth Rohde Christiansen <kenneth.r.christiansen@intel.com>
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Yandex LLC <*@yandex-team.ru>
Yoshinori Sano <yoshinori.sano@gmail.com>
Mrunal Kapade <mrunal.kapade@intel.com>
6 changes: 0 additions & 6 deletions content/public/renderer/renderer_ppapi_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ class PpapiHost;
}
}

namespace webkit {
namespace ppapi {
class PluginInstance;
}
}

namespace WebKit {
class WebPluginContainer;
}
Expand Down

0 comments on commit 3c5d4ee

Please sign in to comment.