| Index: src/platform/update_engine/mock_http_fetcher.h
 | 
| diff --git a/src/platform/update_engine/mock_http_fetcher.h b/src/platform/update_engine/mock_http_fetcher.h
 | 
| index 68cb731310b701e3881c26e5cde93f5bc8f2f899..2efd258d01abfa270a78bf79aceea77e42fe7dc2 100644
 | 
| --- a/src/platform/update_engine/mock_http_fetcher.h
 | 
| +++ b/src/platform/update_engine/mock_http_fetcher.h
 | 
| @@ -2,12 +2,12 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
 | 
| -#define UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
 | 
| +#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
 | 
| +#define CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
 | 
|  
 | 
|  #include <vector>
 | 
|  #include <glib.h>
 | 
| -#include <base/logging.h>
 | 
| +#include "chromeos/obsolete_logging.h"
 | 
|  #include "update_engine/http_fetcher.h"
 | 
|  
 | 
|  // This is a mock implementation of HttpFetcher which is useful for testing.
 | 
| @@ -54,7 +54,7 @@ class MockHttpFetcher : public HttpFetcher {
 | 
|    const std::vector<char>& post_data() const {
 | 
|      return post_data_;
 | 
|    }
 | 
| -  
 | 
| +
 | 
|   private:
 | 
|    // Sends data to the delegate and sets up a glib timeout callback if needed.
 | 
|    // There must be a delegate and there must be data to send. If there is
 | 
| @@ -91,4 +91,4 @@ class MockHttpFetcher : public HttpFetcher {
 | 
|  
 | 
|  }  // namespace chromeos_update_engine
 | 
|  
 | 
| -#endif  // UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
 | 
| +#endif  // CHROMEOS_PLATFORM_UPDATE_ENGINE_MOCK_HTTP_FETCHER_H__
 | 
| 
 |