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

Unified Diff: android_webview/lib/aw_main_delegate.h

Issue 2901333003: [WebView] Flatten lib/main to lib (Closed)
Patch Set: nits Created 3 years, 7 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
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/lib/aw_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/aw_main_delegate.h
diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/aw_main_delegate.h
similarity index 92%
rename from android_webview/lib/main/aw_main_delegate.h
rename to android_webview/lib/aw_main_delegate.h
index 65f86af184d05c5837354d0f726e7172f3ce0149..378638ddc5d7d73df306837d4aff40eb2368053d 100644
--- a/android_webview/lib/main/aw_main_delegate.h
+++ b/android_webview/lib/aw_main_delegate.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 ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
-#define ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
+#ifndef ANDROID_WEBVIEW_LIB_AW_MAIN_DELEGATE_H_
+#define ANDROID_WEBVIEW_LIB_AW_MAIN_DELEGATE_H_
#include <memory>
@@ -60,4 +60,4 @@ class AwMainDelegate : public content::ContentMainDelegate {
} // namespace android_webview
-#endif // ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
+#endif // ANDROID_WEBVIEW_LIB_AW_MAIN_DELEGATE_H_
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/lib/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698