Skip to content

Commit

Permalink
chrome/browser: Remove unneeded WebKit includes.
Browse files Browse the repository at this point in the history
The types of those includes are not being used and thus we can remove
these includes from third_party/WebKit. Generally we try hard to avoid
including from third_party/WebKit (Blink Rendering Engine) from
chrome/browser. If needed, includes from WebKit should be usually done
from chrome/renderer.

BUG=237267
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/1349453002

Cr-Commit-Position: refs/heads/master@{#349362}
  • Loading branch information
tfarina authored and Commit bot committed Sep 17, 2015
1 parent 2176f4b commit 4b50050
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "chrome/common/url_constants.h"
#include "grit/generated_resources.h"
#include "grit/theme_resources.h"
#include "third_party/WebKit/public/web/WebTextDirection.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/page_transition_types.h"
#include "ui/base/resource/resource_bundle.h"
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/sessions/tab_restore_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "content/public/test/browser_test_utils.h"
#include "net/base/net_util.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
#include "third_party/WebKit/public/web/WebFindOptions.h"
#include "url/gurl.h"

// Class used to run a message loop waiting for the TabRestoreService to finish
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/signin/signin_error_notifier_ash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "chrome/grit/chromium_strings.h"
#include "chrome/grit/generated_resources.h"
#include "grit/theme_resources.h"
#include "third_party/WebKit/public/web/WebTextDirection.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/message_center/notification.h"
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/sync/sync_error_notifier_ash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "chrome/grit/chromium_strings.h"
#include "chrome/grit/generated_resources.h"
#include "grit/theme_resources.h"
#include "third_party/WebKit/public/web/WebTextDirection.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/message_center/notification.h"
Expand Down

0 comments on commit 4b50050

Please sign in to comment.