| Index: chrome/browser/user_style_sheet_watcher_unittest.cc
|
| diff --git a/chrome/browser/user_style_sheet_watcher_unittest.cc b/chrome/browser/user_style_sheet_watcher_unittest.cc
|
| index 59f52aa7a7dc29b1aed2fda617ba0f254b2035c0..8c729a19e6ca682d1af7d472ea91fc0137ed59d6 100644
|
| --- a/chrome/browser/user_style_sheet_watcher_unittest.cc
|
| +++ b/chrome/browser/user_style_sheet_watcher_unittest.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "chrome/browser/user_style_sheet_watcher.h"
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/base64.h"
|
| +#include "base/basictypes.h"
|
| #include "base/file_util.h"
|
| -#include "base/memory/scoped_temp_dir.h"
|
| #include "base/message_loop.h"
|
| +#include "base/scoped_temp_dir.h"
|
| #include "base/string_util.h"
|
| #include "base/threading/thread.h"
|
| #include "content/browser/browser_thread.h"
|
|
|