Index: chrome/browser/performance_monitor/performance_monitor.cc |
diff --git a/chrome/browser/performance_monitor/performance_monitor.cc b/chrome/browser/performance_monitor/performance_monitor.cc |
index fefe7c7dd13d9a984d6a5c406aee93dff6bcd929..fb5bcf7b31bb903700f1594410e579de25868746 100644 |
--- a/chrome/browser/performance_monitor/performance_monitor.cc |
+++ b/chrome/browser/performance_monitor/performance_monitor.cc |
@@ -28,7 +28,6 @@ |
#include "chrome/browser/ui/browser_iterator.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/chrome_version_info.h" |
-#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_constants.h" |
#include "content/public/browser/browser_child_process_host.h" |
#include "content/public/browser/browser_child_process_host_iterator.h" |
@@ -41,6 +40,7 @@ |
#include "content/public/browser/render_widget_host.h" |
#include "content/public/browser/render_widget_host_iterator.h" |
#include "content/public/browser/web_contents.h" |
+#include "extensions/common/extension.h" |
#include "net/url_request/url_request.h" |
using content::BrowserThread; |