| Index: chrome/browser/translate/translate_manager.h
|
| ===================================================================
|
| --- chrome/browser/translate/translate_manager.h (revision 87381)
|
| +++ chrome/browser/translate/translate_manager.h (working copy)
|
| @@ -14,10 +14,10 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/task.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| -#include "chrome/common/net/url_fetcher.h"
|
| #include "chrome/common/translate_errors.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| +#include "content/common/url_fetcher.h"
|
|
|
| template <typename T> struct DefaultSingletonTraits;
|
| class GURL;
|
|
|