Index: webkit/tools/test_shell/notification_presenter.h |
diff --git a/webkit/tools/test_shell/notification_presenter.h b/webkit/tools/test_shell/notification_presenter.h |
index f5b3b07127e9511777efb1034f6a297f6e6dc1b3..07d7978e4b7ff969a44c8ec35dc1782ccca6432f 100644 |
--- a/webkit/tools/test_shell/notification_presenter.h |
+++ b/webkit/tools/test_shell/notification_presenter.h |
@@ -5,7 +5,6 @@ |
#ifndef WEBKIT_TOOLS_TEST_SHELL_NOTIFICATION_PRESENTER_H_ |
#define WEBKIT_TOOLS_TEST_SHELL_NOTIFICATION_PRESENTER_H_ |
-#include <map> |
#include <set> |
#include <string> |
@@ -41,9 +40,6 @@ class TestNotificationPresenter : public WebKit::WebNotificationPresenter { |
// List of allowed origins. |
std::set<std::string> allowed_origins_; |
- |
- // Map of active replacement IDs to the titles of those notifications |
- std::map<std::string, std::string> replacements_; |
}; |
#endif // WEBKIT_TOOLS_TEST_SHELL_NOTIFICATION_PRESENTER_H_ |