Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index 9a9bda549ff21bb739dfb36ef2f6e08400e39aa4..f8fff52971e12ade58776ddca5630441542d7267 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -17,6 +17,7 @@ |
#include "content/common/frame_messages.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/content_browser_client.h" |
+#include "content/public/browser/dom_operation_notification_details.h" |
Charlie Reis
2014/02/18 18:06:15
nit: Probably not needed anymore.
mkosiba (inactive)
2014/02/20 14:46:53
Done.
|
#include "content/public/browser/render_process_host.h" |
#include "content/public/browser/render_widget_host_view.h" |
#include "content/public/browser/user_metrics.h" |