| Index: chrome/browser/extensions/api/system_memory/system_memory_api.h
|
| diff --git a/chrome/browser/extensions/api/system_memory/system_memory_api.h b/chrome/browser/extensions/api/system_memory/system_memory_api.h
|
| index b6ef06531dca653c2ac085d22ed967a2a82ceee3..740cac26d681d607061703cf8799fe17b2a7cfc2 100644
|
| --- a/chrome/browser/extensions/api/system_memory/system_memory_api.h
|
| +++ b/chrome/browser/extensions/api/system_memory/system_memory_api.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_
|
| #define CHROME_BROWSER_EXTENSIONS_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_
|
|
|
| -#include "chrome/browser/extensions/extension_function.h"
|
| #include "chrome/common/extensions/api/system_memory.h"
|
| +#include "extensions/browser/extension_function.h"
|
|
|
| namespace extensions {
|
|
|
|
|