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

Unified Diff: chrome/browser/android/ntp/ntp_snippets_launcher.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_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_

Powered by Google App Engine
This is Rietveld 408576698