| Index: chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc (revision 211277)
|
| +++ chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "base/sys_info.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/memory_details.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| @@ -21,7 +22,6 @@
|
| #include "chrome/browser/ui/android/tab_model/tab_model_list.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_iterator.h"
|
| #include "chrome/browser/ui/webui/memory_internals/memory_internals_handler.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|