Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: chrome/browser/extensions/api/system_memory/system_memory_api.h

Issue 64273006: Move ExtensionFunction to the extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698