diff options
Diffstat (limited to 'chromium/cc/scheduler/commit_earlyout_reason.h')
-rw-r--r-- | chromium/cc/scheduler/commit_earlyout_reason.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/cc/scheduler/commit_earlyout_reason.h b/chromium/cc/scheduler/commit_earlyout_reason.h index 61c1c93d4c9..4dc8b98462b 100644 --- a/chromium/cc/scheduler/commit_earlyout_reason.h +++ b/chromium/cc/scheduler/commit_earlyout_reason.h @@ -5,7 +5,7 @@ #ifndef CC_SCHEDULER_COMMIT_EARLYOUT_REASON_H_ #define CC_SCHEDULER_COMMIT_EARLYOUT_REASON_H_ -#include "base/logging.h" +#include "base/notreached.h" #include "cc/cc_export.h" namespace cc { |