commit | a30d423812ad0d766e93b0f3a53523807b50b17b | [log] [tgz] |
---|---|---|
author | Blink Reformat <[email protected]> | Sat Apr 07 15:31:06 2018 |
committer | Commit Bot <[email protected]> | Sat Apr 07 15:31:06 2018 |
tree | 832deb5477f5beafbfad4847c20e353884ec5c89 | |
parent | 955d8931c3ad56e998bc3d17e5b23217a8e3a321 [diff] [blame] |
The Great Blink mv for source files, part 1. Update file contents without moving files. NOAUTOREVERT=true NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true [email protected] Bug: 768828 Change-Id: I8a2f4535a49a25f44b43df32f25691c0a2556d28 Reviewed-on: https://chromium-review.googlesource.com/1001152 Commit-Queue: Blink Reformat <[email protected]> Reviewed-by: Blink Reformat <[email protected]> Reviewed-by: Kent Tamura <[email protected]> Cr-Commit-Position: refs/heads/master@{#549060}
diff --git a/extensions/renderer/css_native_handler.cc b/extensions/renderer/css_native_handler.cc index f73c971..41768f6a 100644 --- a/extensions/renderer/css_native_handler.cc +++ b/extensions/renderer/css_native_handler.cc
@@ -6,8 +6,8 @@ #include "extensions/renderer/script_context.h" #include "extensions/renderer/v8_helpers.h" -#include "third_party/WebKit/public/platform/WebString.h" -#include "third_party/WebKit/public/web/WebSelector.h" +#include "third_party/blink/public/platform/web_string.h" +#include "third_party/blink/public/web/web_selector.h" namespace extensions {