summaryrefslogtreecommitdiffstats
path: root/ui/events/keycodes/dom/dom_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/keycodes/dom/dom_key.h')
-rw-r--r--ui/events/keycodes/dom/dom_key.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/events/keycodes/dom/dom_key.h b/ui/events/keycodes/dom/dom_key.h
index 810f821..cb4b5ee 100644
--- a/ui/events/keycodes/dom/dom_key.h
+++ b/ui/events/keycodes/dom/dom_key.h
@@ -8,7 +8,6 @@
#include <stdint.h>
#include "base/logging.h"
-#include "ipc/ipc_param_traits.h"
namespace ui {
@@ -148,8 +147,6 @@ class DomKey {
};
private:
- friend struct IPC::ParamTraits<ui::DomKey>;
-
Base value_;
};