| Index: chrome/browser/android/ntp/new_tab_page_prefs.h
|
| diff --git a/chrome/browser/android/new_tab_page_prefs.h b/chrome/browser/android/ntp/new_tab_page_prefs.h
|
| similarity index 92%
|
| rename from chrome/browser/android/new_tab_page_prefs.h
|
| rename to chrome/browser/android/ntp/new_tab_page_prefs.h
|
| index 70bacef80b0cbb1e57c69d861f4746e51c1f25ab..6238e85938840a450ef2c4833e0876bda0c3e2b8 100644
|
| --- a/chrome/browser/android/new_tab_page_prefs.h
|
| +++ b/chrome/browser/android/ntp/new_tab_page_prefs.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_ANDROID_NEW_TAB_PAGE_PREFS_H_
|
| -#define CHROME_BROWSER_ANDROID_NEW_TAB_PAGE_PREFS_H_
|
| +#ifndef CHROME_BROWSER_ANDROID_NTP_NEW_TAB_PAGE_PREFS_H_
|
| +#define CHROME_BROWSER_ANDROID_NTP_NEW_TAB_PAGE_PREFS_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -66,4 +66,4 @@ class NewTabPagePrefs {
|
| DISALLOW_COPY_AND_ASSIGN(NewTabPagePrefs);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_ANDROID_NEW_TAB_PAGE_PREFS_H_
|
| +#endif // CHROME_BROWSER_ANDROID_NTP_NEW_TAB_PAGE_PREFS_H_
|
|
|