Commit d93018d7 authored by Eugene But's avatar Eugene But Committed by Commit Bot

Reland: Remove unused headers from ios/web/public/web_state

Relanding crrv.com/c/1816807

This CL removes web_state_observer.h and web_state.h from
ios/web/public/web_state which are no longer used in downlstream repo
(downstream code was switched to use files from ios/web/public).

Bug: 942244
Change-Id: I9a6000fd421f9e6a5ac81e45a08d0761d0b9134f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818222
Commit-Queue: Yi Su <mrsuyi@chromium.org>
Auto-Submit: Eugene But <eugenebut@chromium.org>
Reviewed-by: default avatarYi Su <mrsuyi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699670}
parent d5d9a257
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "base/strings/stringprintf.h" #include "base/strings/stringprintf.h"
#include "base/strings/sys_string_conversions.h" #include "base/strings/sys_string_conversions.h"
#include "base/strings/utf_string_conversions.h" #include "base/strings/utf_string_conversions.h"
#import "ios/web/public/web_state/web_state.h" #import "ios/web/public/web_state.h"
#import "ios/web/web_view/error_translation_util.h" #import "ios/web/web_view/error_translation_util.h"
#include "url/gurl.h" #include "url/gurl.h"
......
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_WEB_PUBLIC_WEB_STATE_WEB_STATE_H_
#define IOS_WEB_PUBLIC_WEB_STATE_WEB_STATE_H_
// TODO(crbug.com/942244): Remove this header after downstream code
// stopped including ios/web/public/web_state/web_state.h
#import "ios/web/public/web_state.h"
#endif // IOS_WEB_PUBLIC_WEB_STATE_WEB_STATE_H_
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_WEB_PUBLIC_WEB_STATE_WEB_STATE_OBSERVER_H_
#define IOS_WEB_PUBLIC_WEB_STATE_WEB_STATE_OBSERVER_H_
// TODO(crbug.com/942244): Remove this header after downstream code
// stopped including ios/web/public/web_state/web_state.h
#include "ios/web/public/web_state_observer.h"
#endif // IOS_WEB_PUBLIC_WEB_STATE_WEB_STATE_OBSERVER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment