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

Unified Diff: content/public/browser/notification_registrar.h

Issue 8547003: content: Remove unnecessary content:: from Notification classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | content/public/browser/notification_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_registrar.h
diff --git a/content/public/browser/notification_registrar.h b/content/public/browser/notification_registrar.h
index ec82cc40cca2f7d821c7416fb10db7079135b592..1f3f549c63d9ca248097b6a8298b62a6bf0c4d25 100644
--- a/content/public/browser/notification_registrar.h
+++ b/content/public/browser/notification_registrar.h
@@ -33,10 +33,10 @@ class CONTENT_EXPORT NotificationRegistrar {
// Wrappers around NotificationService::[Add|Remove]Observer.
void Add(NotificationObserver* observer,
int type,
- const content::NotificationSource& source);
+ const NotificationSource& source);
void Remove(NotificationObserver* observer,
int type,
- const content::NotificationSource& source);
+ const NotificationSource& source);
// Unregisters all notifications.
void RemoveAll();
@@ -48,7 +48,7 @@ class CONTENT_EXPORT NotificationRegistrar {
// specified details.
bool IsRegistered(NotificationObserver* observer,
int type,
- const content::NotificationSource& source);
+ const NotificationSource& source);
private:
struct Record;
« no previous file with comments | « no previous file | content/public/browser/notification_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698