Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4419)

Unified Diff: chrome/browser/android/ntp/ntp_snippets_bridge.h

Issue 1811333003: Move the remaining NTP realted files to c/b/android/ntp subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698