| Index: chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| diff --git a/chrome/browser/android/ntp_snippets_bridge.h b/chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| similarity index 89%
|
| rename from chrome/browser/android/ntp_snippets_bridge.h
|
| rename to chrome/browser/android/ntp/ntp_snippets_bridge.h
|
| index 97ed187ba8bb12da7a1765e25afe633b183bed4b..d013f53e4c2ba39f436b0eb02877b05f9ed7f6a7 100644
|
| --- a/chrome/browser/android/ntp_snippets_bridge.h
|
| +++ b/chrome/browser/android/ntp/ntp_snippets_bridge.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_BRIDGE_H_
|
| -#define CHROME_BROWSER_ANDROID_NTP_SNIPPETS_BRIDGE_H_
|
| +#ifndef CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_BRIDGE_H_
|
| +#define CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_BRIDGE_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -44,4 +44,4 @@ class NTPSnippetsBridge : public ntp_snippets::NTPSnippetsServiceObserver {
|
| DISALLOW_COPY_AND_ASSIGN(NTPSnippetsBridge);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_ANDROID_NTP_SNIPPETS_BRIDGE_H_
|
| +#endif // CHROME_BROWSER_ANDROID_NTP_NTP_SNIPPETS_BRIDGE_H_
|
|
|