| Index: third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ProgressTracker.h b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| index 403688bc2cda9478b6005c60268e0660384db484..6f5b2feb29f87ef5d4569c36db7fc30045fbb737 100644
|
| --- a/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| +++ b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| @@ -38,11 +38,14 @@
|
|
|
| namespace blink {
|
|
|
| -class FrameLoaderClient;
|
| +class LocalFrameClient;
|
| class LocalFrame;
|
| class ResourceResponse;
|
| struct ProgressItem;
|
|
|
| +// TODO(slangley): Remove this once references to FrameLoaderClient are removed.
|
| +using FrameLoaderClient = LocalFrameClient;
|
| +
|
| // FIXME: This is only used on Android. Android is the only Chrome
|
| // browser which shows a progress bar during loading.
|
| // We should find a better way for Android to get this data and remove this!
|
|
|