Commit f0cc724a authored by mihaip@chromium.org's avatar mihaip@chromium.org

Forward declare WebIntentServiceData in extension.h.

R=groby@chromium.org


Review URL: http://codereview.chromium.org/8905028

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114180 0039d316-1c4b-4281-b951-d872f2087c98
parent 57651a87
......@@ -26,7 +26,6 @@
#include "chrome/common/extensions/url_pattern_set.h"
#include "googleurl/src/gurl.h"
#include "ui/gfx/size.h"
#include "webkit/glue/web_intent_service_data.h"
class ExtensionAction;
class ExtensionResource;
......@@ -40,6 +39,10 @@ class DictionaryValue;
class ListValue;
}
namespace webkit_glue {
struct WebIntentServiceData;
}
// Represents a Chrome extension.
class Extension : public base::RefCountedThreadSafe<Extension> {
public:
......
......@@ -29,7 +29,7 @@
#include "chrome/common/extensions/url_pattern.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/l10n_util.h"
#include "webkit/glue/web_intent_service_data.h"
namespace {
......
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