diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:30:48 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:30:48 +0000 |
commit | 6d55c2fbc384e3f02a89b69e29fd8934ba2f0966 (patch) | |
tree | c2f481521b064d801604bd0d057b7a24b27a91d3 /chrome/common/plugin_messages.h | |
parent | a43a39f4892951c51c716da90db042559d3bd5ef (diff) | |
download | chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.zip chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.tar.gz chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.tar.bz2 |
Revert change 379 to see if it fixes the build. Please reapply when it's green.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/plugin_messages.h')
-rw-r--r-- | chrome/common/plugin_messages.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h index a06439b..8f9e816 100644 --- a/chrome/common/plugin_messages.h +++ b/chrome/common/plugin_messages.h @@ -38,12 +38,10 @@ #include <string> #include <vector> -#include "base/gfx/rect.h" #include "base/basictypes.h" #include "bindings/npapi.h" #include "chrome/common/ipc_message.h" #include "chrome/common/ipc_message_utils.h" -#include "googleurl/src/gurl.h" void PluginMessagesInit(); |