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

Unified Diff: ios/web/public/test/response_providers/data_response_provider.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import 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/response_providers/data_response_provider.mm
diff --git a/ios/web/public/test/response_providers/data_response_provider.mm b/ios/web/public/test/response_providers/data_response_provider.mm
index 4b1cd800ec61ef31b8734e05ef15b98b4fbd8e95..b73dcc233ae08968669679ec9b2973f36f80ec82 100644
--- a/ios/web/public/test/response_providers/data_response_provider.mm
+++ b/ios/web/public/test/response_providers/data_response_provider.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/public/test/response_providers/data_response_provider.h"
+#import "ios/web/public/test/response_providers/data_response_provider.h"
#include "base/strings/sys_string_conversions.h"
#import "ios/third_party/gcdwebserver/src/GCDWebServer/Responses/GCDWebServerDataResponse.h"

Powered by Google App Engine
This is Rietveld 408576698