| Index: chrome/browser/extensions/user_script_master_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/user_script_master_unittest.cc (revision 76411)
|
| +++ chrome/browser/extensions/user_script_master_unittest.cc (working copy)
|
| @@ -11,10 +11,10 @@
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/browser/browser_thread.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/test/testing_profile.h"
|
| +#include "content/browser/browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| // Test bringing up a master on a specific directory, putting a script
|
|
|