Index: chrome/browser/spellchecker/spelling_service_client.cc |
diff --git a/chrome/browser/spellchecker/spelling_service_client.cc b/chrome/browser/spellchecker/spelling_service_client.cc |
index 1ba862d5b4f5cd38ee285e970b8c1884fd7ab8e8..3a91f55da33efc551b42f63b9bde0458279f3336 100644 |
--- a/chrome/browser/spellchecker/spelling_service_client.cc |
+++ b/chrome/browser/spellchecker/spelling_service_client.cc |
@@ -21,7 +21,7 @@ |
#include "google_apis/google_api_keys.h" |
#include "net/base/load_flags.h" |
#include "net/url_request/url_fetcher.h" |
-#include "unicode/uloc.h" |
+#include "third_party/icu/public/common/unicode/uloc.h" |
// Use the public URL to the Spelling service on Chromium. |
#ifndef SPELLING_SERVICE_URL |