diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 00:33:30 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 00:33:30 +0000 |
commit | d9eed90a1502351a84c4532e34552adaecccf58c (patch) | |
tree | e04147a4bee35e78bf3e2f228772fe3df6ca89d8 /chrome/common/localized_error.cc | |
parent | 1a4d0febec7dff6c1ce985580e91af8122fb0473 (diff) | |
download | chromium_src-d9eed90a1502351a84c4532e34552adaecccf58c.zip chromium_src-d9eed90a1502351a84c4532e34552adaecccf58c.tar.gz chromium_src-d9eed90a1502351a84c4532e34552adaecccf58c.tar.bz2 |
Update some #includes in chrome/common for headers in the new Platform directory
Review URL: https://chromiumcodereview.appspot.com/11827034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175942 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/localized_error.cc')
-rw-r--r-- | chrome/common/localized_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc index 832ad99..250b185 100644 --- a/chrome/common/localized_error.cc +++ b/chrome/common/localized_error.cc @@ -18,7 +18,7 @@ #include "grit/generated_resources.h" #include "net/base/escape.h" #include "net/base/net_errors.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLError.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h" #include "ui/base/l10n/l10n_util.h" #include "webkit/glue/webkit_glue.h" |