summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/renderer_data_memoizing_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/renderer_data_memoizing_store.h')
-rw-r--r--chromium/content/browser/renderer_data_memoizing_store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/browser/renderer_data_memoizing_store.h b/chromium/content/browser/renderer_data_memoizing_store.h
index ff55982b1a8..ce8e2937380 100644
--- a/chromium/content/browser/renderer_data_memoizing_store.h
+++ b/chromium/content/browser/renderer_data_memoizing_store.h
@@ -9,8 +9,8 @@
#include "base/bind.h"
#include "base/synchronization/lock.h"
-#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/public/browser/browser_thread.h"
+#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_process_host_observer.h"
namespace content {
@@ -90,6 +90,7 @@ class RendererDataMemoizingStore : public RenderProcessHostObserver {
}
}
+ DCHECK(item_id);
return item_id;
}