| 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;
|
| }
|
|
|
|
|