summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2016-03-21 10:04:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 17:07:22 +0000
commitf9cc1eea61f883dbe3a0567c39f574117cb2c1e0 (patch)
treee49021d8b6892d39584e5ffb0b1e02a056a19ce3 /base
parentd0298a936fceca5e36521aa892edf932b0728bff (diff)
downloadchromium_src-f9cc1eea61f883dbe3a0567c39f574117cb2c1e0.zip
chromium_src-f9cc1eea61f883dbe3a0567c39f574117cb2c1e0.tar.gz
chromium_src-f9cc1eea61f883dbe3a0567c39f574117cb2c1e0.tar.bz2
Update a broken link.
BUG=none Review URL: https://codereview.chromium.org/1817133002 Cr-Commit-Position: refs/heads/master@{#382310}
Diffstat (limited to 'base')
-rw-r--r--base/files/important_file_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/files/important_file_writer.h b/base/files/important_file_writer.h
index 4d18c0b..b28231e 100644
--- a/base/files/important_file_writer.h
+++ b/base/files/important_file_writer.h
@@ -36,7 +36,7 @@ class Thread;
// temporary file to target filename.
//
// If you want to know more about this approach and ext3/ext4 fsync issues, see
-// http://valhenson.livejournal.com/37921.html
+// http://blog.valerieaurora.org/2009/04/16/dont-panic-fsync-ext34-and-your-data/
class BASE_EXPORT ImportantFileWriter : public NonThreadSafe {
public:
// Used by ScheduleSave to lazily provide the data to be saved. Allows us