| Index: content/browser/memory/memory_monitor_android_unittest.cc
|
| diff --git a/content/browser/memory/memory_monitor_android_unittest.cc b/content/browser/memory/memory_monitor_android_unittest.cc
|
| index 4b4195c5a087a76eb8f20965c3d81b1949dade0e..bb6e85c2da73469e6c8f4719864959e5f92923b0 100644
|
| --- a/content/browser/memory/memory_monitor_android_unittest.cc
|
| +++ b/content/browser/memory/memory_monitor_android_unittest.cc
|
| @@ -16,10 +16,6 @@ class MemoryMonitorAndroidTest : public testing::Test {
|
| std::unique_ptr<MemoryMonitorAndroid> monitor_;
|
| };
|
|
|
| -TEST_F(MemoryMonitorAndroidTest, CanGetMemoryInfo) {
|
| - EXPECT_TRUE(monitor_->CanGetMemoryInfo());
|
| -}
|
| -
|
| TEST_F(MemoryMonitorAndroidTest, GetMemoryInfo) {
|
| MemoryMonitorAndroid::MemoryInfo info;
|
| monitor_->GetMemoryInfo(&info);
|
|
|