summaryrefslogtreecommitdiff
path: root/chromium/ppapi/proxy/enter_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/proxy/enter_proxy.h')
-rw-r--r--chromium/ppapi/proxy/enter_proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/ppapi/proxy/enter_proxy.h b/chromium/ppapi/proxy/enter_proxy.h
index b7dbef288c6..c57879fc4d5 100644
--- a/chromium/ppapi/proxy/enter_proxy.h
+++ b/chromium/ppapi/proxy/enter_proxy.h
@@ -7,7 +7,8 @@
#include <stdint.h>
-#include "base/logging.h"
+#include "base/check.h"
+#include "base/notreached.h"
#include "ppapi/cpp/completion_callback.h"
#include "ppapi/proxy/host_dispatcher.h"
#include "ppapi/proxy/plugin_dispatcher.h"