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

Unified Diff: content/public/browser/notification_types.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 | « content/public/browser/notification_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 1d6e50352e035801e37aeb684a2c665afd99cb62..67549aa184b79cb82c71a827043996c8fad1cc6c 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPE_H_
-#define CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPE_H_
+#ifndef CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_
+#define CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_
#pragma once
// This file describes various types used to describe and filter notifications
@@ -443,4 +443,4 @@ enum NotificationType {
} // namespace content
-#endif // CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPE_H_
+#endif // CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_
« no previous file with comments | « content/public/browser/notification_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698