| Index: chrome/browser/resource_coordinator/tab_manager_web_contents_data_unittest.cc
|
| diff --git a/chrome/browser/memory/tab_manager_web_contents_data_unittest.cc b/chrome/browser/resource_coordinator/tab_manager_web_contents_data_unittest.cc
|
| similarity index 97%
|
| rename from chrome/browser/memory/tab_manager_web_contents_data_unittest.cc
|
| rename to chrome/browser/resource_coordinator/tab_manager_web_contents_data_unittest.cc
|
| index e8adeefb150bd2955f29af1329cf014b6f2ae585..f2c6628f3706fe5c57362a9bd918a16e1f9205c8 100644
|
| --- a/chrome/browser/memory/tab_manager_web_contents_data_unittest.cc
|
| +++ b/chrome/browser/resource_coordinator/tab_manager_web_contents_data_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 "chrome/browser/memory/tab_manager_web_contents_data.h"
|
| +#include "chrome/browser/resource_coordinator/tab_manager_web_contents_data.h"
|
|
|
| #include "base/test/histogram_tester.h"
|
| #include "base/test/simple_test_tick_clock.h"
|
| @@ -15,7 +15,7 @@
|
| using content::WebContents;
|
| using content::WebContentsTester;
|
|
|
| -namespace memory {
|
| +namespace resource_coordinator {
|
| namespace {
|
|
|
| class TabManagerWebContentsDataTest : public ChromeRenderViewHostTestHarness {
|
| @@ -204,4 +204,4 @@ TEST_F(TabManagerWebContentsDataTest, HistogramsInactiveToReloadTime) {
|
| histograms.ExpectBucketCount(kHistogramName, 12000, 1);
|
| }
|
|
|
| -} // namespace memory
|
| +} // namespace resource_coordinator
|
|
|