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

Unified Diff: ios/web/history_state_util.cc

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
« no previous file with comments | « ios/web/browser_url_rewriter_impl.mm ('k') | ios/web/history_state_util_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/history_state_util.cc
diff --git a/ios/web/history_state_util.cc b/ios/web/history_state_util.cc
index 1b10554924fcf1faf627d775451147f622d90f92..b04286ddf4f23e4ce58e537675d3df3c820a5e36 100644
--- a/ios/web/history_state_util.cc
+++ b/ios/web/history_state_util.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/web/history_state_util.h"
+#include "ios/web/history_state_util.h"
#include "base/logging.h"
#include "url/gurl.h"
« no previous file with comments | « ios/web/browser_url_rewriter_impl.mm ('k') | ios/web/history_state_util_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698