Index: chrome/browser/extensions/extension_process_manager_unittest.cc |
=================================================================== |
--- chrome/browser/extensions/extension_process_manager_unittest.cc (revision 118952) |
+++ chrome/browser/extensions/extension_process_manager_unittest.cc (working copy) |
@@ -5,10 +5,13 @@ |
#include "chrome/browser/extensions/extension_process_manager.h" |
#include "chrome/browser/extensions/extension_error_reporter.h" |
#include "chrome/test/base/testing_profile.h" |
-#include "content/browser/site_instance.h" |
+#include "content/public/browser/render_process_host.h" |
+#include "content/public/browser/site_instance.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "testing/platform_test.h" |
+using content::SiteInstance; |
+ |
namespace { |
// make the test a PlatformTest to setup autorelease pools properly on mac |