diff options
Diffstat (limited to 'chrome/common/chrome_result_codes.h')
-rw-r--r-- | chrome/common/chrome_result_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h index b380851..5b2290e 100644 --- a/chrome/common/chrome_result_codes.h +++ b/chrome/common/chrome_result_codes.h @@ -6,7 +6,7 @@ #define CHROME_COMMON_CHROME_RESULT_CODES_H_ #pragma once -#include "content/common/result_codes.h" +#include "content/public/common/result_codes.h" namespace chrome { |