| Index: chrome/browser/android/ntp/ntp_snippets_launcher.h
|
| diff --git a/chrome/browser/android/ntp_snippets_launcher.h b/chrome/browser/android/ntp/ntp_snippets_launcher.h
|
| similarity index 86%
|
| rename from chrome/browser/android/ntp_snippets_launcher.h
|
| rename to chrome/browser/android/ntp/ntp_snippets_launcher.h
|
| index c2f4ef61b3b88b885dfc4d6535bb7adea0a129eb..61e3c05e16bd4cb6b9f0e757b1c544e0958456a2 100644
|
| --- a/chrome/browser/android/ntp_snippets_launcher.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_launcher.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_LAUNCHER_H_
|
| -#define CHROME_BROWSER_ANDROID_NTP_SNIPPETS_LAUNCHER_H_
|
| +#ifndef CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_LAUNCHER_H_
|
| +#define CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_LAUNCHER_H_
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/lazy_instance.h"
|
| @@ -35,4 +35,4 @@ class NTPSnippetsLauncher : public ntp_snippets::NTPSnippetsScheduler {
|
| DISALLOW_COPY_AND_ASSIGN(NTPSnippetsLauncher);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_ANDROID_NTP_SNIPPETS_LAUNCHER_H_
|
| +#endif // CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_LAUNCHER_H_
|
|
|