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

Unified Diff: chrome/browser/extensions/api/system_cpu/system_cpu_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_cpu/system_cpu_api.h
diff --git a/chrome/browser/extensions/api/system_cpu/system_cpu_api.h b/chrome/browser/extensions/api/system_cpu/system_cpu_api.h
index cae4d6997c654165ec5b14692f69d4a1f856d78d..d2b7ab872527ffd44ef3bbc99107e83a60cd3fec 100644
--- a/chrome/browser/extensions/api/system_cpu/system_cpu_api.h
+++ b/chrome/browser/extensions/api/system_cpu/system_cpu_api.h
@@ -4,8 +4,8 @@
#ifndef CHROME_BROWSER_EXTENSIONS_API_SYSTEM_CPU_SYSTEM_CPU_API_H_
#define CHROME_BROWSER_EXTENSIONS_API_SYSTEM_CPU_SYSTEM_CPU_API_H_
-#include "chrome/browser/extensions/extension_function.h"
#include "chrome/common/extensions/api/system_cpu.h"
+#include "extensions/browser/extension_function.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698