Commit 651b2737 authored by Eric Roman's avatar Eric Roman Committed by Commit Bot

Rename FileNetLogObserver::BoundedFileWriter to FileWriter.

Also removes the interface, since there is only the one implementation
now.

Bug: 679030
Change-Id: I5a758c29284464a5341b2eae6665aca5d2cf2674
Reviewed-on: https://chromium-review.googlesource.com/576200Reviewed-by: default avatarHelen Li <xunjieli@chromium.org>
Commit-Queue: Eric Roman <eroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487651}
parent 83caa184
This diff is collapsed.
...@@ -98,7 +98,6 @@ class NET_EXPORT FileNetLogObserver : public NetLog::ThreadSafeObserver { ...@@ -98,7 +98,6 @@ class NET_EXPORT FileNetLogObserver : public NetLog::ThreadSafeObserver {
private: private:
class WriteQueue; class WriteQueue;
class FileWriter; class FileWriter;
class BoundedFileWriter;
static std::unique_ptr<FileNetLogObserver> CreateBoundedInternal( static std::unique_ptr<FileNetLogObserver> CreateBoundedInternal(
const base::FilePath& log_path, const base::FilePath& log_path,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment