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

Unified Diff: android_webview/browser/aw_print_manager.h

Issue 2486733002: Fix nits in the AwPrintManager header. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_print_manager.h
diff --git a/android_webview/browser/aw_print_manager.h b/android_webview/browser/aw_print_manager.h
index 0166896804b734b5e21a38ad5720abfdf3b792f2..dc6d7439123c3e1584bbbe98a4caf7bf8dd3f086 100644
--- a/android_webview/browser/aw_print_manager.h
+++ b/android_webview/browser/aw_print_manager.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_PRINT_MANAGER_H_
-#define ANDROID_WEBVIEW_BROWSER_PRINT_MANAGER_H_
+#ifndef ANDROID_WEBVIEW_BROWSER_AW_PRINT_MANAGER_H_
+#define ANDROID_WEBVIEW_BROWSER_AW_PRINT_MANAGER_H_
#include "base/macros.h"
#include "components/printing/browser/print_manager.h"
@@ -15,7 +15,7 @@ namespace android_webview {
class AwPrintManager : public printing::PrintManager,
public content::WebContentsUserData<AwPrintManager> {
public:
- // Creates a AwPrintManager for the provided webcontents. If the
+ // Creates an AwPrintManager for the provided WebContents. If the
// AwPrintManager already exists, it is destroyed and a new one is created.
static AwPrintManager* CreateForWebContents(
content::WebContents* contents,
@@ -29,6 +29,7 @@ class AwPrintManager : public printing::PrintManager,
private:
friend class content::WebContentsUserData<AwPrintManager>;
+
AwPrintManager(content::WebContents* contents,
const printing::PrintSettings& settings,
const base::FileDescriptor& file_descriptor,
@@ -44,4 +45,4 @@ class AwPrintManager : public printing::PrintManager,
} // namespace android_webview
-#endif // ANDROID_WEBVIEW_BROWSER_PRINT_MANAGER_H_
+#endif // ANDROID_WEBVIEW_BROWSER_AW_PRINT_MANAGER_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698