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

Unified Diff: chrome/browser/extensions/api/system_cpu/system_cpu_api.cc

Issue 224163002: Move core features code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move tests Created 6 years, 9 months 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.cc
diff --git a/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc b/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc
index 45e9b0b8d3b76ad6f1c2d8dce1f77ad5bccdea99..74040c5d941bef84d032719087d2794d6286da20 100644
--- a/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc
+++ b/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc
@@ -6,7 +6,7 @@
#include "chrome/browser/extensions/api/system_cpu/cpu_info_provider.h"
#include "chrome/browser/extensions/api/system_cpu/system_cpu_api.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/common/extensions/features/base_feature_provider.h"
+#include "extensions/common/features/base_feature_provider.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698