summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 00:23:36 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 00:23:36 +0000
commit3dce6d059ac9a69b85d2265f91a384554d27eaa7 (patch)
treea950b19dd8cd2d0b9f855e3f26c42a1d8c758eb9
parentb40e00d0adbdedaed612ba77b072f1502d9f0af5 (diff)
downloadchromium_src-3dce6d059ac9a69b85d2265f91a384554d27eaa7.zip
chromium_src-3dce6d059ac9a69b85d2265f91a384554d27eaa7.tar.gz
chromium_src-3dce6d059ac9a69b85d2265f91a384554d27eaa7.tar.bz2
Fix a missing #include in the mac source.
Review URL: http://codereview.chromium.org/62169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13395 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/tab_contents/web_contents_view_mac.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/web_contents_view_mac.mm b/chrome/browser/tab_contents/web_contents_view_mac.mm
index 758e04f..793e42b 100644
--- a/chrome/browser/tab_contents/web_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/web_contents_view_mac.mm
@@ -11,6 +11,7 @@
#include "chrome/browser/tab_contents/render_view_context_menu_mac.h"
#include "chrome/browser/tab_contents/web_contents.h"
#include "chrome/common/notification_type.h"
+#include "chrome/common/notification_service.h"
#include "chrome/common/temp_scaffolding_stubs.h"