summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_message_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/printing/print_preview_message_handler.cc')
-rw-r--r--chrome/browser/printing/print_preview_message_handler.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/printing/print_preview_message_handler.cc b/chrome/browser/printing/print_preview_message_handler.cc
index 85e84f8..e4a4d77 100644
--- a/chrome/browser/printing/print_preview_message_handler.cc
+++ b/chrome/browser/printing/print_preview_message_handler.cc
@@ -25,6 +25,7 @@
#include "printing/print_job_constants.h"
using content::BrowserThread;
+using content::NavigationController;
namespace {
@@ -246,13 +247,13 @@ bool PrintPreviewMessageHandler::OnMessageReceived(
void PrintPreviewMessageHandler::NavigateToPendingEntry(
const GURL& url,
- content::NavigationController::ReloadType reload_type) {
+ NavigationController::ReloadType reload_type) {
TabContentsWrapper* tab = tab_contents_wrapper();
TabContentsWrapper* preview_tab = GetPrintPreviewTab();
if (tab == preview_tab) {
// Cloud print sign-in reloads the page.
DCHECK(PrintPreviewTabController::IsPrintPreviewURL(url));
- DCHECK_EQ(content::NavigationController::RELOAD, reload_type);
+ DCHECK_EQ(NavigationController::RELOAD, reload_type);
return;
}
// If |tab| is navigating and it has a print preview tab, notify |tab| to