commit | e1acf6f902e50222baf99bfb492ecc38a1604975 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Oct 27 20:43:33 2008 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Oct 27 20:43:33 2008 |
tree | 503d45705b14be7e2f1ed86c71d6064abbf90fbe | |
parent | a2f5993e1ce940e8a8eec900abaeed02e2eee09b [diff] [blame] |
Move Time, TimeDelta and TimeTicks into namespace base. Review URL: http://codereview.chromium.org/7995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4022 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/printing/win_printing_context.cc b/chrome/browser/printing/win_printing_context.cc index badbaf2..e865b3c 100644 --- a/chrome/browser/printing/win_printing_context.cc +++ b/chrome/browser/printing/win_printing_context.cc
@@ -12,6 +12,8 @@ #include "chrome/browser/browser_process.h" #include "chrome/browser/printing/print_job_manager.h" +using base::Time; + namespace { // Retrieves the content of a GetPrinter call.