diff options
Diffstat (limited to 'chrome/browser/renderer_host/mock_render_process_host.h')
-rw-r--r-- | chrome/browser/renderer_host/mock_render_process_host.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/renderer_host/mock_render_process_host.h b/chrome/browser/renderer_host/mock_render_process_host.h deleted file mode 100644 index 92b333a..0000000 --- a/chrome/browser/renderer_host/mock_render_process_host.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef CHROME_BROWSER_RENDERER_HOST_MOCK_RENDER_PROCESS_HOST_H_ -#define CHROME_BROWSER_RENDERER_HOST_MOCK_RENDER_PROCESS_HOST_H_ -#pragma once - -// TODO(jam): remove this file when all files have been converted. -#include "content/browser/renderer_host/mock_render_process_host.h" - -#endif // CHROME_BROWSER_RENDERER_HOST_MOCK_RENDER_PROCESS_HOST_H_ |