| Index: chrome/browser/translate/translate_manager.h
|
| diff --git a/chrome/browser/translate/translate_manager.h b/chrome/browser/translate/translate_manager.h
|
| index 5646795b82c91ee5bbfb59e9e0c29d897ce54993..3ee3c83f079ba5817cad64c17ea9f11b61d012df 100644
|
| --- a/chrome/browser/translate/translate_manager.h
|
| +++ b/chrome/browser/translate/translate_manager.h
|
| @@ -18,9 +18,9 @@
|
| #include "base/time.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| #include "chrome/common/translate_errors.h"
|
| -#include "content/public/common/url_fetcher_delegate.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "content/public/common/url_fetcher_delegate.h"
|
|
|
| template <typename T> struct DefaultSingletonTraits;
|
| class GURL;
|
| @@ -80,7 +80,7 @@ class TranslateManager : public content::NotificationObserver,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // content::URLFetcherDelegate implementation:
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
|
|
| // Used by unit-tests to override the default delay after which the translate
|
| // script is fetched again from the translation server.
|
|
|