Index: chrome/browser/plugin_data_remover.cc |
diff --git a/chrome/browser/plugin_data_remover.cc b/chrome/browser/plugin_data_remover.cc |
index 9303e423a6e064362e264989f9cd84a356f9c1a7..c7106acc7985968a2c152a547dba83d099dadcd9 100644 |
--- a/chrome/browser/plugin_data_remover.cc |
+++ b/chrome/browser/plugin_data_remover.cc |
@@ -13,9 +13,9 @@ |
#include "chrome/browser/plugin_prefs.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/chrome_switches.h" |
-#include "content/browser/browser_thread.h" |
#include "content/browser/plugin_service.h" |
#include "content/common/plugin_messages.h" |
+#include "content/public/browser/browser_thread.h" |
#include "webkit/plugins/npapi/plugin_group.h" |
#if defined(OS_POSIX) |