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

Unified Diff: file_writer.h

Issue 3170010: [update_engine] Update to use not-hideously-old logging API from chrome (Closed) Base URL: http://src.chromium.org/git/update_engine.git
Patch Set: Created 10 years, 4 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 | « extent_writer.h ('k') | filesystem_iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: file_writer.h
diff --git a/file_writer.h b/file_writer.h
index ebb8535113eb9bf3098f7382ebddf4d2d6646844..1a0cc23d4fd8c18b5de95b767f5833ec311c85ff 100644
--- a/file_writer.h
+++ b/file_writer.h
@@ -9,7 +9,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
-#include "chromeos/obsolete_logging.h"
+#include "base/logging.h"
#include "update_engine/utils.h"
// FileWriter is a class that is used to (synchronously, for now) write to
« no previous file with comments | « extent_writer.h ('k') | filesystem_iterator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698