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

Unified Diff: ios/web/public/test/navigation_test_util.h

Issue 2472043005: Fix header guard for navigation_test_util.h (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/navigation_test_util.h
diff --git a/ios/web/public/test/navigation_test_util.h b/ios/web/public/test/navigation_test_util.h
index 3fe85f5f55963c7f38c390daf5476900b5a842c8..099d758ff049c722461c02bfef3591303bfeaf5b 100644
--- a/ios/web/public/test/navigation_test_util.h
+++ b/ios/web/public/test/navigation_test_util.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_WEB_SHELL_PUBLIC_TEST_NAVIGATION_TEST_UTIL_H_
-#define IOS_WEB_SHELL_PUBLIC_TEST_NAVIGATION_TEST_UTIL_H_
+#ifndef IOS_WEB_PUBLIC_TEST_NAVIGATION_TEST_UTIL_H_
+#define IOS_WEB_PUBLIC_TEST_NAVIGATION_TEST_UTIL_H_
#import "ios/web/public/web_state/web_state.h"
#include "url/gurl.h"
@@ -17,4 +17,4 @@ void LoadUrl(web::WebState* web_state, const GURL& url);
} // namespace test
} // namespace web
-#endif // IOS_WEB_SHELL_PUBLIC_TEST_NAVIGATION_TEST_UTIL_H_
+#endif // IOS_WEB_PUBLIC_TEST_NAVIGATION_TEST_UTIL_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698