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

Unified Diff: chrome/browser/extensions/api/system_memory/system_memory_apitest.cc

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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_memory/system_memory_apitest.cc
diff --git a/chrome/browser/extensions/api/system_memory/system_memory_apitest.cc b/chrome/browser/extensions/api/system_memory/system_memory_apitest.cc
index dc2cccdd6506c579df0683d1a206acc4cf469224..121ae434e9630f32c8f5946122f3e70f0babd2ba 100644
--- a/chrome/browser/extensions/api/system_memory/system_memory_apitest.cc
+++ b/chrome/browser/extensions/api/system_memory/system_memory_apitest.cc
@@ -3,12 +3,12 @@
// found in the LICENSE file.
#include "base/message_loop/message_loop.h"
-#include "chrome/browser/extensions/api/system_memory/memory_info_provider.h"
#include "chrome/browser/extensions/extension_apitest.h"
+#include "extensions/browser/api/system_memory/memory_info_provider.h"
namespace extensions {
-using api::system_memory::MemoryInfo;
+using core_api::system_memory::MemoryInfo;
class MockMemoryInfoProviderImpl : public MemoryInfoProvider {
public:
« no previous file with comments | « chrome/browser/extensions/api/system_memory/system_memory_api.cc ('k') | chrome/browser/extensions/api/system_network/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698