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

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

Issue 2562403003: Fix include guards of files in src/ios. (Closed)
Patch Set: Rebase on origin/master. Created 4 years 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: ios/web/public/test/mock_image_data_fetcher.h
diff --git a/ios/web/public/test/mock_image_data_fetcher.h b/ios/web/public/test/mock_image_data_fetcher.h
index 196b68f21c7163d75d469e6b2afbe0c890bcf8ee..65e7b40f37f63f893682f4f6a834b54c79881d31 100644
--- a/ios/web/public/test/mock_image_data_fetcher.h
+++ b/ios/web/public/test/mock_image_data_fetcher.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_PUBLIC_IMAGE_FETCHER_MOCK_IMAGE_DATA_FETCHER_H_
-#define IOS_WEB_PUBLIC_IMAGE_FETCHER_MOCK_IMAGE_DATA_FETCHER_H_
+#ifndef IOS_WEB_PUBLIC_TEST_MOCK_IMAGE_DATA_FETCHER_H_
+#define IOS_WEB_PUBLIC_TEST_MOCK_IMAGE_DATA_FETCHER_H_
#import "ios/web/public/image_fetcher/image_data_fetcher.h"
@@ -33,4 +33,4 @@ class MockImageDataFetcher : public ImageDataFetcher {
} // namespace web
-#endif // IOS_WEB_PUBLIC_IMAGE_FETCHER_MOCK_IMAGE_DATA_FETCHER_H_
+#endif // IOS_WEB_PUBLIC_TEST_MOCK_IMAGE_DATA_FETCHER_H_
« no previous file with comments | « ios/web/public/load_committed_details.h ('k') | ios/web/public/test/response_providers/string_response_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698