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

Unified Diff: chrome/browser/android/offline_pages/offline_page_model_factory.cc

Issue 2041233007: Fix typos on offline pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in test files Created 4 years, 6 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 | chrome/browser/android/offline_pages/offline_page_utils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/offline_page_model_factory.cc
diff --git a/chrome/browser/android/offline_pages/offline_page_model_factory.cc b/chrome/browser/android/offline_pages/offline_page_model_factory.cc
index 4843a0bfb552c4e2d1a1ebe81dbd24a7dd1a4863..6201cc2d1194ebc55757dab6a6eb33c22beb7c2e 100644
--- a/chrome/browser/android/offline_pages/offline_page_model_factory.cc
+++ b/chrome/browser/android/offline_pages/offline_page_model_factory.cc
@@ -50,11 +50,10 @@ KeyedService* OfflinePageModelFactory::BuildServiceInstanceFor(
new OfflinePageMetadataStoreSQL(background_task_runner, store_path));
base::FilePath archives_dir =
- profile->GetPath().Append(chrome::kOfflinePageArchviesDirname);
+ profile->GetPath().Append(chrome::kOfflinePageArchivesDirname);
return new OfflinePageModelImpl(std::move(metadata_store), archives_dir,
background_task_runner);
}
} // namespace offline_pages
-
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698