summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 04:36:58 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 04:36:58 +0000
commit51a6ad7b2750653590a9fc838581fbc03c2af7c2 (patch)
tree2b560700a18b2170de50bdeb53cc21f306445807
parent9fbaad845eb5f6460e64603467d407a0ed9d1325 (diff)
downloadchromium_src-51a6ad7b2750653590a9fc838581fbc03c2af7c2.zip
chromium_src-51a6ad7b2750653590a9fc838581fbc03c2af7c2.tar.gz
chromium_src-51a6ad7b2750653590a9fc838581fbc03c2af7c2.tar.bz2
notifications: Remove unused webpreferences.h include.
BUG=146251 R=mukai@chromium.org Review URL: https://chromiumcodereview.appspot.com/12634004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186887 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/notifications/balloon_host.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
index 5e982aa..4fd5f65 100644
--- a/chrome/browser/notifications/balloon_host.cc
+++ b/chrome/browser/notifications/balloon_host.cc
@@ -29,7 +29,6 @@
#include "content/public/common/bindings_policy.h"
#include "content/public/common/renderer_preferences.h"
#include "ipc/ipc_message.h"
-#include "webkit/glue/webpreferences.h"
using content::SiteInstance;
using content::WebContents;