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

Unified Diff: chrome/test/base/testing_browser_process_platform_part_chromeos.h

Issue 14951007: Refactor BrowserProcessPlatformPart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios? Created 7 years, 7 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
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_

Powered by Google App Engine
This is Rietveld 408576698