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

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

Powered by Google App Engine
This is Rietveld 408576698