Skip to content

Commit

Permalink
Update all the client code to use a single WebThemeEngine.h header.
Browse files Browse the repository at this point in the history
R=jamesr@chromium.org, piman@chromium.org
BUG=327471

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250851 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
dpranke@chromium.org committed Feb 12, 2014
1 parent b99f548 commit baff4a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/child/webthemeengine_impl_android.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef CONTENT_CHILD_WEBTHEMEENGINE_IMPL_ANDROID_H_
#define CONTENT_CHILD_WEBTHEMEENGINE_IMPL_ANDROID_H_

#include "third_party/WebKit/public/platform/default/WebThemeEngine.h"
#include "third_party/WebKit/public/platform/WebThemeEngine.h"

namespace content {

Expand Down
2 changes: 1 addition & 1 deletion content/child/webthemeengine_impl_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef CONTENT_CHILD_WEBTHEMEENGINE_IMPL_DEFAULT_H_
#define CONTENT_CHILD_WEBTHEMEENGINE_IMPL_DEFAULT_H_

#include "third_party/WebKit/public/platform/default/WebThemeEngine.h"
#include "third_party/WebKit/public/platform/WebThemeEngine.h"

namespace content {

Expand Down
2 changes: 1 addition & 1 deletion content/child/webthemeengine_impl_mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef CONTENT_CHILD_WEBTHEMEENGINE_IMPL_MAC_H_
#define CONTENT_CHILD_WEBTHEMEENGINE_IMPL_MAC_H_

#include "third_party/WebKit/public/platform/mac/WebThemeEngine.h"
#include "third_party/WebKit/public/platform/WebThemeEngine.h"

namespace content {

Expand Down
2 changes: 1 addition & 1 deletion content/shell/renderer/test_runner/WebTestThemeEngineMac.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define CONTENT_SHELL_RENDERER_TEST_RUNNER_WEBTESTTHEMEENGINEMAC_H_

#include "base/basictypes.h"
#include "third_party/WebKit/public/platform/mac/WebThemeEngine.h"
#include "third_party/WebKit/public/platform/WebThemeEngine.h"

namespace WebTestRunner {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define CONTENT_SHELL_RENDERER_TEST_RUNNER_WEBTESTTHEMEENGINEMOCK_H_

#include "third_party/WebKit/public/platform/WebRect.h"
#include "third_party/WebKit/public/platform/default/WebThemeEngine.h"
#include "third_party/WebKit/public/platform/WebThemeEngine.h"

using blink::WebRect;
using blink::WebThemeEngine;
Expand Down

0 comments on commit baff4a6

Please sign in to comment.