| Index: ios/chrome/browser/installation_notifier.h
|
| diff --git a/ios/chrome/browser/installation_notifier.h b/ios/chrome/browser/installation_notifier.h
|
| index 8881974923d4c242570520c93a0c8ef908c59d02..1d7cb16e35bb2a885bb58ef4fdbc38e9ab520cbb 100644
|
| --- a/ios/chrome/browser/installation_notifier.h
|
| +++ b/ios/chrome/browser/installation_notifier.h
|
| @@ -8,8 +8,6 @@
|
| #import <Foundation/Foundation.h>
|
| #include <stdint.h>
|
|
|
| -class GURL;
|
| -
|
| // Protocol used to mock the delayed dispatching for the unit tests.
|
| // Calls |block| after |delayInNSec|.
|
| @protocol DispatcherProtocol<NSObject>
|
|
|