Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2230)

Unified Diff: content/browser/renderer_host/resource_dispatcher_host_browsertest.cc

Issue 7648045: Remove the include dependency of the chrome_notification_types.h header from content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/resource_dispatcher_host_browsertest.cc
===================================================================
--- content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (revision 96788)
+++ content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (working copy)
@@ -5,7 +5,7 @@
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/ui/browser.h"
-#include "chrome/common/chrome_notification_types.h"
+#include "content/common/content_notification_types.h"
jam 2011/08/16 01:19:32 nit: move this down
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/ui_test_utils.h"
#include "content/browser/tab_contents/tab_contents.h"
@@ -30,7 +30,7 @@
ui_test_utils::NavigateToURL(browser(), url);
ui_test_utils::WindowedNotificationObserver observer(
- chrome::NOTIFICATION_BROWSER_WINDOW_READY,
+ content::NOTIFICATION_TAB_ADDED,
NotificationService::AllSources());
// Create dynamic popup.
« no previous file with comments | « content/browser/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698