summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 04:14:11 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 04:14:11 +0000
commit1b8d02f181d089ee670f2ba72089c3722f679d5f (patch)
tree42ca83bfe4ffe27afa3e67179749826bb40869e2 /chrome/common
parent80720414325af11e0dccedaf8c8f65998f91ec76 (diff)
downloadchromium_src-1b8d02f181d089ee670f2ba72089c3722f679d5f.zip
chromium_src-1b8d02f181d089ee670f2ba72089c3722f679d5f.tar.gz
chromium_src-1b8d02f181d089ee670f2ba72089c3722f679d5f.tar.bz2
Get rid of the ClipboardService class and header... it is nothing but a shell around base::Clipboard now.
http://crbug.com/11387 Review URL: http://codereview.chromium.org/105011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/clipboard_service.h19
-rw-r--r--chrome/common/common.vcproj4
2 files changed, 0 insertions, 23 deletions
diff --git a/chrome/common/clipboard_service.h b/chrome/common/clipboard_service.h
deleted file mode 100644
index 2ebcdd0..0000000
--- a/chrome/common/clipboard_service.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_COMMON_CLIPBOARD_SERVICE_H_
-#define CHROME_COMMON_CLIPBOARD_SERVICE_H_
-
-#include "base/clipboard.h"
-
-class ClipboardService : public Clipboard {
- public:
- ClipboardService() {}
-
- private:
-
- DISALLOW_COPY_AND_ASSIGN(ClipboardService);
-};
-
-#endif // CHROME_COMMON_CLIPBOARD_SERVICE_H_
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj
index 68c0b25..bbc24d2 100644
--- a/chrome/common/common.vcproj
+++ b/chrome/common/common.vcproj
@@ -474,10 +474,6 @@
>
</File>
<File
- RelativePath=".\clipboard_service.h"
- >
- </File>
- <File
RelativePath=".\common_glue.cc"
>
</File>