diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:58:17 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:58:17 +0000 |
commit | 8efa6801b4ee41ab37d2b65fbd823fba242e1adb (patch) | |
tree | bbe71d222b2e2c60a307e5f147af6011b0e6b021 /chrome/service | |
parent | f56e69453eced97f31dc23bc72ae883f9e260eee (diff) | |
download | chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.zip chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.gz chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.bz2 |
Revert everything related to the relanding.
Review URL: http://codereview.chromium.org/2982009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/job_status_updater.h | 1 | ||||
-rw-r--r-- | chrome/service/service_process.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/service/cloud_print/job_status_updater.h b/chrome/service/cloud_print/job_status_updater.h index 68c0fc8..ed4ab21 100644 --- a/chrome/service/cloud_print/job_status_updater.h +++ b/chrome/service/cloud_print/job_status_updater.h @@ -9,7 +9,6 @@ #include "base/file_path.h" #include "base/ref_counted.h" -#include "base/scoped_ptr.h" #include "base/thread.h" #include "chrome/service/cloud_print/print_system.h" #include "chrome/common/net/url_fetcher.h" diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h index bbd30e8..2dfb413 100644 --- a/chrome/service/service_process.h +++ b/chrome/service/service_process.h @@ -8,7 +8,6 @@ #include <vector> #include "base/ref_counted.h" -#include "base/scoped_ptr.h" #include "base/thread.h" class CloudPrintProxy; |