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

Unified Diff: android_webview/browser/aw_contents_lifecycle_notifier.h

Issue 2928823004: Fix header guard and namespace in android_webview (Closed)
Patch Set: Fix header guard and namespace in android_webview Created 3 years, 6 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: android_webview/browser/aw_contents_lifecycle_notifier.h
diff --git a/android_webview/browser/aw_contents_lifecycle_notifier.h b/android_webview/browser/aw_contents_lifecycle_notifier.h
index fc2614f969f3a77ce4f68ac6021213c66ac1dcce..a2570d20cd5785bf31ab605434ec1aa3d20ceb1c 100644
--- a/android_webview/browser/aw_contents_lifecycle_notifier.h
+++ b/android_webview/browser/aw_contents_lifecycle_notifier.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_NATIVE_AW_CONTENTS_LIFECYCLE_OBSERVER_H_
-#define ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_LIFECYCLE_OBSERVER_H_
+#ifndef ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_LIFECYCLE_NOTIFIER_H_
+#define ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_LIFECYCLE_NOTIFIER_H_
#include "base/android/jni_android.h"
#include "base/macros.h"
@@ -21,4 +21,4 @@ class AwContentsLifecycleNotifier {
} // namespace android_webview
-#endif
+#endif // ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_LIFECYCLE_NOTIFIER_H_
« no previous file with comments | « android_webview/browser/aw_contents_client_bridge_unittest.cc ('k') | android_webview/browser/aw_contents_statics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698