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

Unified Diff: chrome_frame/test/net/fake_external_tab.h

Issue 8342048: Make NotificationService an interface in the content namespace, and switch callers to use it. Mov... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « chrome/tools/profiles/generate_profile.cc ('k') | chrome_frame/test/net/fake_external_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/fake_external_tab.h
===================================================================
--- chrome_frame/test/net/fake_external_tab.h (revision 106380)
+++ chrome_frame/test/net/fake_external_tab.h (working copy)
@@ -21,7 +21,10 @@
#include "net/base/net_test_suite.h"
class ProcessSingleton;
+
+namespace content {
class NotificationService;
+}
class FakeExternalTab {
public:
@@ -45,7 +48,7 @@
FilePath overridden_user_dir_;
FilePath user_data_dir_;
scoped_ptr<ProcessSingleton> process_singleton_;
- scoped_ptr<NotificationService> notificaton_service_;
+ scoped_ptr<content::NotificationService> notificaton_service_;
};
// The "master class" that spins the UI and test threads.
« no previous file with comments | « chrome/tools/profiles/generate_profile.cc ('k') | chrome_frame/test/net/fake_external_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698