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

Unified Diff: chrome/test/testing_browser_process.h

Issue 6221005: Print Preview: Store preview data in the print preview controller.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_browser_process.h
===================================================================
--- chrome/test/testing_browser_process.h (revision 71344)
+++ chrome/test/testing_browser_process.h (working copy)
@@ -11,12 +11,11 @@
#define CHROME_TEST_TESTING_BROWSER_PROCESS_H_
#pragma once
-#include "build/build_config.h"
-
#include <string>
#include "base/string_util.h"
#include "base/synchronization/waitable_event.h"
+#include "build/build_config.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/google/google_url_tracker.h"
#include "chrome/browser/policy/configuration_policy_pref_store.h"
@@ -168,7 +167,7 @@
return NULL;
}
- virtual printing::PrintPreviewTabController* print_preview_tab_controller() {
+ virtual printing::PrintPreviewManager* print_preview_manager() {
return NULL;
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698