summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests
diff options
context:
space:
mode:
authorBlink Reformat <blink-reformat@chromium.org>2018-04-08 00:31:06 +0900
committerQijiang Fan <fqj@google.com>2020-06-05 08:59:58 +0900
commit375bd75483a3ff1366667d4a6c14de52f5c0a826 (patch)
treeb854a3bc6ac25be22b42ad2ae2af475a5da58d69 /mojo/public/cpp/bindings/tests
parent4467c0a42e88d573291df57ca8b63138d73115fa (diff)
downloadlibchrome-375bd75483a3ff1366667d4a6c14de52f5c0a826.tar.gz
The Great Blink mv for source files, part 1.
Update file contents without moving files. NOAUTOREVERT=true NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true TBR=darin@chromium.org Bug: 768828 Change-Id: I8a2f4535a49a25f44b43df32f25691c0a2556d28 Reviewed-on: https://chromium-review.googlesource.com/1001152 Commit-Queue: Blink Reformat <blink-reformat@chromium.org> Reviewed-by: Blink Reformat <blink-reformat@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#549060} CrOS-Libchrome-Original-Commit: a30d423812ad0d766e93b0f3a53523807b50b17b
Diffstat (limited to 'mojo/public/cpp/bindings/tests')
-rw-r--r--mojo/public/cpp/bindings/tests/wtf_hash_unittest.cc2
-rw-r--r--mojo/public/cpp/bindings/tests/wtf_types_unittest.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/mojo/public/cpp/bindings/tests/wtf_hash_unittest.cc b/mojo/public/cpp/bindings/tests/wtf_hash_unittest.cc
index aaf1c1077d..458df2c9f1 100644
--- a/mojo/public/cpp/bindings/tests/wtf_hash_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/wtf_hash_unittest.cc
@@ -7,7 +7,7 @@
#include "mojo/public/interfaces/bindings/tests/test_structs.mojom-blink.h"
#include "mojo/public/interfaces/bindings/tests/test_wtf_types.mojom-blink.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/WebKit/Source/platform/wtf/HashFunctions.h"
+#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
namespace mojo {
namespace test {
diff --git a/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc b/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc
index d0dc9b0722..223e4c0bd7 100644
--- a/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/wtf_types_unittest.cc
@@ -14,7 +14,7 @@
#include "mojo/public/interfaces/bindings/tests/test_wtf_types.mojom-blink.h"
#include "mojo/public/interfaces/bindings/tests/test_wtf_types.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/WebKit/Source/platform/wtf/text/StringHash.h"
+#include "third_party/blink/renderer/platform/wtf/text/string_hash.h"
namespace mojo {
namespace test {