Update more includes that were pointing to the old locations.
TBR=avi
Review URL: http://codereview.chromium.org/6598086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76512 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
index 18a4f7e..ffbe9dc7 100644
--- a/chrome/browser/printing/print_view_manager.h
+++ b/chrome/browser/printing/print_view_manager.h
@@ -8,9 +8,9 @@
#include "base/ref_counted.h"
#include "base/string16.h"
-#include "chrome/browser/tab_contents/tab_contents_observer.h"
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
+#include "content/browser/tab_contents/tab_contents_observer.h"
#include "printing/printed_pages_source.h"
class RenderViewHost;