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

Unified Diff: printing/page_overlays_unittest.cc

Issue 149407: Make the printint_unittest use the correct test harness. This removes the ne... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « no previous file | printing/printing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_overlays_unittest.cc
===================================================================
--- printing/page_overlays_unittest.cc (revision 20303)
+++ printing/page_overlays_unittest.cc (working copy)
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/at_exit.h"
#include "base/message_loop.h"
#include "base/string_util.h"
#include "printing/page_overlays.h"
@@ -14,8 +13,6 @@
namespace {
-base::AtExitManager global_at_exit_manager;
-
class PageOverlaysTest : public testing::Test {
private:
MessageLoop message_loop_;
« no previous file with comments | « no previous file | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698