| Index: chrome/browser/android/ntp/ntp_snippets_controller.h
|
| diff --git a/chrome/browser/android/ntp_snippets_controller.h b/chrome/browser/android/ntp/ntp_snippets_controller.h
|
| similarity index 71%
|
| rename from chrome/browser/android/ntp_snippets_controller.h
|
| rename to chrome/browser/android/ntp/ntp_snippets_controller.h
|
| index d5bc13787ddccec8a78c0da74b6022bb159afd9b..bee27d5f742ce6c73c1cf7fa1f99fa6f3527f440 100644
|
| --- a/chrome/browser/android/ntp_snippets_controller.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_controller.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_NTP_SNIPPETS_CONTROLLER_H_
|
| -#define CHROME_BROWSER_ANDROID_NTP_SNIPPETS_CONTROLLER_H_
|
| +#ifndef CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_CONTROLLER_H_
|
| +#define CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_CONTROLLER_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -18,4 +18,4 @@ class NTPSnippetsController {
|
| DISALLOW_COPY_AND_ASSIGN(NTPSnippetsController);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_ANDROID_NTP_SNIPPETS_CONTROLLER_H_
|
| +#endif // CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_CONTROLLER_H_
|
|
|