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

Unified Diff: content/child/web_discardable_memory_impl.h

Issue 1013373002: base: Remove DiscardableMemory::CreateLockedMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win build issue Created 5 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
« no previous file with comments | « base/memory/discardable_memory.cc ('k') | content/child/web_discardable_memory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_discardable_memory_impl.h
diff --git a/content/child/web_discardable_memory_impl.h b/content/child/web_discardable_memory_impl.h
index 7eaefb4dadf9dc2af0efdae6b9cd1424b7766304..d83b1c0706ff0c007e0b07a2cf84bab8c5ffe1d6 100644
--- a/content/child/web_discardable_memory_impl.h
+++ b/content/child/web_discardable_memory_impl.h
@@ -6,12 +6,11 @@
#define CONTENT_CHILD_WEB_DISCARDABLE_MEMORY_IMPL_H_
#include "base/basictypes.h"
-#include "base/memory/discardable_memory.h"
#include "base/memory/scoped_ptr.h"
#include "third_party/WebKit/public/platform/WebDiscardableMemory.h"
-namespace blink {
-class WebDiscardableMemory;
+namespace base {
+class DiscardableMemory;
}
namespace content {
« no previous file with comments | « base/memory/discardable_memory.cc ('k') | content/child/web_discardable_memory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698