[update_engine] Update to use not-hideously-old logging API from chrome
BUG=None
TEST=compile
Change-Id: Ieed8952b6806a72b59e16c1579f7293b6a98157a
Review URL: http://codereview.chromium.org/3170010
diff --git a/utils.cc b/utils.cc
index 134ad80..cf1c3f5 100644
--- a/utils.cc
+++ b/utils.cc
@@ -21,7 +21,7 @@
#include "base/file_path.h"
#include "base/file_util.h"
#include "base/string_util.h"
-#include "chromeos/obsolete_logging.h"
+#include "base/logging.h"
#include "update_engine/file_writer.h"
#include "update_engine/omaha_request_params.h"
#include "update_engine/subprocess.h"