| Index: chrome/browser/chromeos/offline/offline_load_page.h
|
| diff --git a/chrome/browser/chromeos/offline/offline_load_page.h b/chrome/browser/chromeos/offline/offline_load_page.h
|
| index b17eb154b0e6950635451b5be30398baad72e74b..5288291975a943e54d2e3ab04038d29d3b34f79b 100644
|
| --- a/chrome/browser/chromeos/offline/offline_load_page.h
|
| +++ b/chrome/browser/chromeos/offline/offline_load_page.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -65,7 +65,6 @@ class OfflineLoadPage : public ChromeInterstitialPage,
|
|
|
| // True if the proceed is chosen.
|
| bool proceeded_;
|
| - ScopedRunnableMethodFactory<OfflineLoadPage> method_factory_;
|
|
|
| bool in_test_;
|
|
|
|
|