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

Unified Diff: android_webview/browser/aw_printing_message_filter.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
« no previous file with comments | « android_webview/browser/aw_picture.h ('k') | android_webview/browser/aw_renderer_priority_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_printing_message_filter.h
diff --git a/android_webview/browser/aw_printing_message_filter.h b/android_webview/browser/aw_printing_message_filter.h
index 0f62e85b2a59bbc0ab8688a16c7f2ea9f2b90c61..a94e0c4811da39c5f5223385a5c3570acaf35a17 100644
--- a/android_webview/browser/aw_printing_message_filter.h
+++ b/android_webview/browser/aw_printing_message_filter.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_BROWSER_PRINTING_MESSAGE_FILTER_H_
-#define ANDROID_WEBVIEW_BROWSER_PRINTING_MESSAGE_FILTER_H_
+#ifndef ANDROID_WEBVIEW_BROWSER_AW_PRINTING_MESSAGE_FILTER_H_
+#define ANDROID_WEBVIEW_BROWSER_AW_PRINTING_MESSAGE_FILTER_H_
#include "base/macros.h"
#include "content/public/browser/browser_message_filter.h"
@@ -42,4 +42,4 @@ class AwPrintingMessageFilter : public content::BrowserMessageFilter {
} // namespace android_webview
-#endif // ANDROID_WEBVIEW_BROWSER_PRINTING_MESSAGE_FILTER_H_
+#endif // ANDROID_WEBVIEW_BROWSER_AW_PRINTING_MESSAGE_FILTER_H_
« no previous file with comments | « android_webview/browser/aw_picture.h ('k') | android_webview/browser/aw_renderer_priority_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698