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

Unified Diff: chrome/browser/ui/pdf/pdf_unsupported_feature.h

Issue 8865004: Create CoreTabHelper, move remaining core TCW functionality into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lots of helpers now Created 9 years 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: chrome/browser/ui/pdf/pdf_unsupported_feature.h
diff --git a/chrome/browser/pdf_unsupported_feature.h b/chrome/browser/ui/pdf/pdf_unsupported_feature.h
similarity index 76%
rename from chrome/browser/pdf_unsupported_feature.h
rename to chrome/browser/ui/pdf/pdf_unsupported_feature.h
index f3ab921d20a93ea54f831bbe96088d540777b0b5..c42380d8b7d038f56ca6ddc344c9464e6605a2c9 100644
--- a/chrome/browser/pdf_unsupported_feature.h
+++ b/chrome/browser/ui/pdf/pdf_unsupported_feature.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 CHROME_BROWSER_PDF_UNSUPPORTED_FEATURE_H_
-#define CHROME_BROWSER_PDF_UNSUPPORTED_FEATURE_H_
+#ifndef CHROME_BROWSER_UI_PDF_PDF_UNSUPPORTED_FEATURE_H_
+#define CHROME_BROWSER_UI_PDF_PDF_UNSUPPORTED_FEATURE_H_
#pragma once
#include "base/basictypes.h"
@@ -16,4 +16,4 @@ class TabContentsWrapper;
// up an interstitial.
void PDFHasUnsupportedFeature(TabContentsWrapper* tab);
-#endif // CHROME_BROWSER_PDF_UNSUPPORTED_FEATURE_H_
+#endif // CHROME_BROWSER_UI_PDF_PDF_UNSUPPORTED_FEATURE_H_

Powered by Google App Engine
This is Rietveld 408576698