| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 607cc4fc4e00cd7a8e6d5993140dff786c226cd5..404db256e13952aa8e1e3bb2830ff0734bb5a484 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -64,7 +64,6 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual WatchDogThread* watchdog_thread() OVERRIDE;
|
| virtual ProfileManager* profile_manager() OVERRIDE;
|
| virtual PrefService* local_state() OVERRIDE;
|
| - virtual ui::Clipboard* clipboard() OVERRIDE;
|
| virtual net::URLRequestContextGetter* system_request_context() OVERRIDE;
|
| virtual chrome_variations::VariationsService* variations_service() OVERRIDE;
|
| #if defined(OS_CHROMEOS)
|
| @@ -178,8 +177,6 @@ class BrowserProcessImpl : public BrowserProcess,
|
|
|
| scoped_ptr<printing::BackgroundPrintingManager> background_printing_manager_;
|
|
|
| - scoped_ptr<ui::Clipboard> clipboard_;
|
| -
|
| scoped_ptr<chrome_variations::VariationsService> variations_service_;
|
|
|
| // Manager for desktop notification UI.
|
|
|