| Index: chrome/browser/resource_coordinator/tab_manager_web_contents_data.h
|
| diff --git a/chrome/browser/memory/tab_manager_web_contents_data.h b/chrome/browser/resource_coordinator/tab_manager_web_contents_data.h
|
| similarity index 92%
|
| rename from chrome/browser/memory/tab_manager_web_contents_data.h
|
| rename to chrome/browser/resource_coordinator/tab_manager_web_contents_data.h
|
| index 8ed8607cdac10da2d66067052ba13e4e10d258b8..26749d436abd6e3d17c5804a889b850af9a9e03c 100644
|
| --- a/chrome/browser/memory/tab_manager_web_contents_data.h
|
| +++ b/chrome/browser/resource_coordinator/tab_manager_web_contents_data.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_MEMORY_TAB_MANAGER_WEB_CONTENTS_DATA_H_
|
| -#define CHROME_BROWSER_MEMORY_TAB_MANAGER_WEB_CONTENTS_DATA_H_
|
| +#ifndef CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_WEB_CONTENTS_DATA_H_
|
| +#define CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_WEB_CONTENTS_DATA_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/memory/tab_manager.h"
|
| +#include "chrome/browser/resource_coordinator/tab_manager.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
|
|
| @@ -19,7 +19,7 @@ namespace content {
|
| class WebContents;
|
| }
|
|
|
| -namespace memory {
|
| +namespace resource_coordinator {
|
|
|
| // Internal class used by TabManager to record the needed data for
|
| // WebContentses.
|
| @@ -147,6 +147,6 @@ class TabManager::WebContentsData
|
| DISALLOW_COPY_AND_ASSIGN(WebContentsData);
|
| };
|
|
|
| -} // namespace memory
|
| +} // namespace resource_coordinator
|
|
|
| -#endif // CHROME_BROWSER_MEMORY_TAB_MANAGER_WEB_CONTENTS_DATA_H_
|
| +#endif // CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_WEB_CONTENTS_DATA_H_
|
|
|