| Index: chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| index 79899a315fcdc0d13209f8f9a42b5f071b022483..407dd158cdf4df347c5416fe92c48ef02a19b711 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/gtest_prod_util.h"
|
| #include "base/prefs/pref_change_registrar.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| @@ -105,8 +104,6 @@ class NewTabUI : public content::WebUIController,
|
| };
|
|
|
| private:
|
| - FRIEND_TEST_ALL_PREFIXES(NewTabUITest, UpdateUserPrefsVersion);
|
| -
|
| // content::NotificationObserver implementation.
|
| void Observe(int type,
|
| const content::NotificationSource& source,
|
|
|