Index: extensions/browser/api/system_memory/system_memory_api.h |
diff --git a/chrome/browser/extensions/api/system_memory/system_memory_api.h b/extensions/browser/api/system_memory/system_memory_api.h |
similarity index 68% |
rename from chrome/browser/extensions/api/system_memory/system_memory_api.h |
rename to extensions/browser/api/system_memory/system_memory_api.h |
index af5436dbfa4f59c9e798f9187057d33bc193a65a..bb468e3b80f29bf5822d20d47cbe3e7320852d6e 100644 |
--- a/chrome/browser/extensions/api/system_memory/system_memory_api.h |
+++ b/extensions/browser/api/system_memory/system_memory_api.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_EXTENSIONS_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_ |
-#define CHROME_BROWSER_EXTENSIONS_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_ |
+#ifndef EXTENSIONS_BROWSER_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_ |
+#define EXTENSIONS_BROWSER_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_ |
-#include "chrome/common/extensions/api/system_memory.h" |
#include "extensions/browser/extension_function.h" |
+#include "extensions/common/api/system_memory.h" |
namespace extensions { |
@@ -23,4 +23,4 @@ class SystemMemoryGetInfoFunction : public AsyncExtensionFunction { |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_ |
+#endif // EXTENSIONS_BROWSER_API_SYSTEM_MEMORY_SYSTEM_MEMORY_API_H_ |