| Index: chrome/test/base/testing_browser_process_platform_part_chromeos.h
|
| diff --git a/chrome/test/base/testing_browser_process_platform_part_chromeos.h b/chrome/test/base/testing_browser_process_platform_part_chromeos.h
|
| deleted file mode 100644
|
| index 539c3ebcc1cb72125ac0d3618d2a47baf625e70a..0000000000000000000000000000000000000000
|
| --- a/chrome/test/base/testing_browser_process_platform_part_chromeos.h
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// Copyright (c) 2013 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_TEST_BASE_TESTING_BROWSER_PROCESS_PLATFORM_PART_CHROMEOS_H_
|
| -#define CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_PLATFORM_PART_CHROMEOS_H_
|
| -
|
| -#include "chrome/browser/browser_process_platform_part_chromeos.h"
|
| -
|
| -namespace chromeos {
|
| -class OomPriorityManager;
|
| -}
|
| -
|
| -class TestingBrowserProcessPlatformPart : public BrowserProcessPlatformPart {
|
| - public:
|
| - TestingBrowserProcessPlatformPart();
|
| - virtual ~TestingBrowserProcessPlatformPart();
|
| -
|
| - // Overridden from BrowserProcessPlatformPart:
|
| - virtual chromeos::OomPriorityManager* oom_priority_manager() OVERRIDE;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcessPlatformPart);
|
| -};
|
| -
|
| -#endif // CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_PLATFORM_PART_CHROMEOS_H_
|
|
|