| Index: base/memory/memory_pressure_monitor_win_unittest.cc
|
| diff --git a/base/memory/memory_pressure_monitor_win_unittest.cc b/base/memory/memory_pressure_monitor_win_unittest.cc
|
| index d9a9575aeccb8004a6708b7e218e59274fd19320..3ed163da8cd5a66c29248279f2c04018ccc78476 100644
|
| --- a/base/memory/memory_pressure_monitor_win_unittest.cc
|
| +++ b/base/memory/memory_pressure_monitor_win_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/memory/memory_pressure_monitor_win.h"
|
| +#include "base/memory/memory_pressure_monitor.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/memory_pressure_listener.h"
|
| @@ -11,7 +11,6 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace base {
|
| -namespace win {
|
|
|
| namespace {
|
|
|
| @@ -294,5 +293,4 @@ TEST_F(WinMemoryPressureMonitorTest, CheckMemoryPressure) {
|
| testing::Mock::VerifyAndClearExpectations(&monitor);
|
| }
|
|
|
| -} // namespace win
|
| } // namespace base
|
|
|