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

Unified Diff: chrome/test/base/testing_browser_process_platform_part.cc

Issue 1188823002: [MemoryPressure] Move chrome/browser/chromeos/* to chrome/browser/memory/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sky@ comments. Created 5 years, 6 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 | « chrome/test/base/testing_browser_process_platform_part.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process_platform_part.cc
diff --git a/chrome/test/base/testing_browser_process_platform_part.cc b/chrome/test/base/testing_browser_process_platform_part.cc
index ae9eb19da4768e1bfb625e6dc624a34ab1c4daaa..f208b1dd4bcda7d161706f13cd94251af5ff4a76 100644
--- a/chrome/test/base/testing_browser_process_platform_part.cc
+++ b/chrome/test/base/testing_browser_process_platform_part.cc
@@ -11,8 +11,8 @@ TestingBrowserProcessPlatformPart::~TestingBrowserProcessPlatformPart() {
}
#if defined(OS_CHROMEOS)
-chromeos::OomPriorityManager*
- TestingBrowserProcessPlatformPart::oom_priority_manager() {
+memory::OomPriorityManager*
+TestingBrowserProcessPlatformPart::oom_priority_manager() {
return NULL;
}
#endif
« no previous file with comments | « chrome/test/base/testing_browser_process_platform_part.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698