| Index: mojo/public/cpp/bindings/lib/wtf_hash_util.h
|
| diff --git a/mojo/public/cpp/bindings/lib/wtf_hash_util.h b/mojo/public/cpp/bindings/lib/wtf_hash_util.h
|
| index d4cd505c713dab38c879d67e1991d0b272231bcc..509b7cf8bde66dda1100b2a5078cb8f4873dcbf3 100644
|
| --- a/mojo/public/cpp/bindings/lib/wtf_hash_util.h
|
| +++ b/mojo/public/cpp/bindings/lib/wtf_hash_util.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "mojo/public/cpp/bindings/lib/hash_util.h"
|
| #include "mojo/public/cpp/bindings/struct_ptr.h"
|
| -#include "third_party/WebKit/Source/wtf/HashFunctions.h"
|
| -#include "third_party/WebKit/Source/wtf/text/StringHash.h"
|
| -#include "third_party/WebKit/Source/wtf/text/WTFString.h"
|
| +#include "third_party/WebKit/Source/platform/wtf/HashFunctions.h"
|
| +#include "third_party/WebKit/Source/platform/wtf/text/StringHash.h"
|
| +#include "third_party/WebKit/Source/platform/wtf/text/WTFString.h"
|
|
|
| namespace mojo {
|
| namespace internal {
|
|
|