summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_dialog_cloud.h
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 21:18:49 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 21:18:49 +0000
commit3da39d672ea484e983eaa1606e69749eee11b102 (patch)
treebbce78a0a427206cfe020de2ae9158f49ed7ef9a /chrome/browser/printing/print_dialog_cloud.h
parent64f12b64aee02fda94d0a45c6847749f35d0a3ad (diff)
downloadchromium_src-3da39d672ea484e983eaa1606e69749eee11b102.zip
chromium_src-3da39d672ea484e983eaa1606e69749eee11b102.tar.gz
chromium_src-3da39d672ea484e983eaa1606e69749eee11b102.tar.bz2
Revert 49592 - Fix crashy test.
http://code.google.com/p/chromium/issues/detail?id=44547 BUG=44547 TEST=PrintDialogCloudTest.HandlersRegistered TBR=scottbyer@chromium.org Review URL: http://codereview.chromium.org/2775007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/print_dialog_cloud.h')
-rw-r--r--chrome/browser/printing/print_dialog_cloud.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/printing/print_dialog_cloud.h b/chrome/browser/printing/print_dialog_cloud.h
index a9736bd..175103a 100644
--- a/chrome/browser/printing/print_dialog_cloud.h
+++ b/chrome/browser/printing/print_dialog_cloud.h
@@ -20,7 +20,7 @@ class PrintDialogCloud {
static void CreatePrintDialogForPdf(const FilePath& path_to_pdf);
private:
- FRIEND_TEST(PrintDialogCloudTest, HandlersRegistered);
+ FRIEND_TEST_ALL_PREFIXES(PrintDialogCloudTest, HandlersRegistered);
explicit PrintDialogCloud(const FilePath& path_to_pdf);
~PrintDialogCloud();