Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.h

Issue 2684773003: [WebAgent API]: Implement name style handling. (Closed)
Patch Set: Feedback addressed. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.h
similarity index 87%
rename from third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h
rename to third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.h
index 44bf3f17fd7d74ca09d6b3569365841c3303d3b3..8091beba59e3c781427528d0d4eb721eb0c8732b 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/WebTestInterface3.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/test_interface_3.h
@@ -11,8 +11,8 @@
// clang-format off
// TODO(dglazkov): Use chromium-style path.
-#ifndef TestInterface3_h
-#define TestInterface3_h
+#ifndef TEST_INTERFACE_3_H
+#define TEST_INTERFACE_3_H
namespace blink {
namespace api {
@@ -23,4 +23,4 @@ class TestInterface3 {
} // namespace api
} // namespace blink
-#endif // TestInterface3_h
+#endif // TEST_INTERFACE_3_H

Powered by Google App Engine
This is Rietveld 408576698