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

Unified Diff: ios/web_view/internal/criwv_browser_state.mm

Issue 2650323002: Cleanup ios/web_view. (Closed)
Patch Set: Respond to comments. Created 3 years, 11 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
« no previous file with comments | « no previous file | ios/web_view/internal/criwv_web_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/criwv_browser_state.mm
diff --git a/ios/web_view/internal/criwv_browser_state.mm b/ios/web_view/internal/criwv_browser_state.mm
index f8b83d9844b4307971e248fa33c7469257d7a5b2..5833f9965a453b24c4dbbfc1a49a53d85999215e 100644
--- a/ios/web_view/internal/criwv_browser_state.mm
+++ b/ios/web_view/internal/criwv_browser_state.mm
@@ -23,7 +23,7 @@
#include "ui/base/l10n/l10n_util_mac.h"
namespace {
-const char kPreferencesFilename[] = "Preferences";
+const char kPreferencesFilename[] = FILE_PATH_LITERAL("Preferences");
}
namespace ios_web_view {
« no previous file with comments | « no previous file | ios/web_view/internal/criwv_web_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698