Index: chrome/browser/extensions/app_notification_storage.h |
diff --git a/chrome/browser/extensions/app_notification_storage.h b/chrome/browser/extensions/app_notification_storage.h |
index 8a518f3ac20d70d95e463842b3279cd5273ee635..125e763c00bcb1060b1cd53c357bff7665bed8a1 100644 |
--- a/chrome/browser/extensions/app_notification_storage.h |
+++ b/chrome/browser/extensions/app_notification_storage.h |
@@ -11,6 +11,8 @@ |
class FilePath; |
+namespace extensions { |
+ |
// Represents storage for app notifications for a particular extension id. |
// |
// IMPORTANT NOTE: Instances of this class should only be used on the FILE |
@@ -39,4 +41,6 @@ class AppNotificationStorage { |
virtual bool Delete(const std::string& extension_id) = 0; |
}; |
+} // namespace extensions |
+ |
#endif // CHROME_BROWSER_EXTENSIONS_APP_NOTIFICATION_STORAGE_H__ |