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

Unified Diff: chrome/browser/printing/print_preview_unit_test_base.h

Issue 10808006: Move printing.* prefs from local state to profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased just in case as the CL is a few days old now plus I got my branches all mixed up a bit. Created 8 years, 5 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/browser/printing/print_preview_unit_test_base.h
diff --git a/chrome/browser/printing/print_preview_unit_test_base.h b/chrome/browser/printing/print_preview_unit_test_base.h
deleted file mode 100644
index 90e840e119fd1f8f4c3dd18e0bc4ac40bb7e4af3..0000000000000000000000000000000000000000
--- a/chrome/browser/printing/print_preview_unit_test_base.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2012 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_PRINTING_PRINT_PREVIEW_UNIT_TEST_BASE_H_
-#define CHROME_BROWSER_PRINTING_PRINT_PREVIEW_UNIT_TEST_BASE_H_
-
-#include "base/memory/scoped_ptr.h"
-#include "chrome/test/base/browser_with_test_window_test.h"
-
-class TestingPrefService;
-
-class PrintPreviewUnitTestBase : public BrowserWithTestWindowTest {
- public:
- PrintPreviewUnitTestBase();
- virtual ~PrintPreviewUnitTestBase();
-
- protected:
- virtual void SetUp() OVERRIDE;
- virtual void TearDown() OVERRIDE;
-
- private:
- scoped_ptr<TestingPrefService> testing_local_state_;
-};
-
-#endif // CHROME_BROWSER_PRINTING_PRINT_PREVIEW_UNIT_TEST_BASE_H_

Powered by Google App Engine
This is Rietveld 408576698