summaryrefslogtreecommitdiffstats
path: root/base/clipboard_win.cc
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 19:49:04 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 19:49:04 +0000
commitb94d3327ed86b1345ceca7806ae1e050055e252b (patch)
treea5fce8db5729299807c8ac0d3bf37e721b535392 /base/clipboard_win.cc
parent35b7041fbb49843f868c34ed3b5200d7653a6f5d (diff)
downloadchromium_src-b94d3327ed86b1345ceca7806ae1e050055e252b.zip
chromium_src-b94d3327ed86b1345ceca7806ae1e050055e252b.tar.gz
chromium_src-b94d3327ed86b1345ceca7806ae1e050055e252b.tar.bz2
Lots of small nits to help to split off webkit.dll.
- Stop directly referencing WebPluginDelegateImpl. - Make the password manager to not allocation the data on heap. - Remove some unneeded includes. Review URL: http://codereview.chromium.org/20208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/clipboard_win.cc')
-rw-r--r--base/clipboard_win.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/clipboard_win.cc b/base/clipboard_win.cc
index 865a1307..c688f30 100644
--- a/base/clipboard_win.cc
+++ b/base/clipboard_win.cc
@@ -5,14 +5,15 @@
// Many of these functions are based on those found in
// webkit/port/platform/PasteboardWin.cpp
+#include "base/clipboard.h"
+
#include <shlobj.h>
#include <shellapi.h>
-#include "base/clipboard.h"
-
#include "base/clipboard_util.h"
#include "base/logging.h"
#include "base/message_loop.h"
+#include "base/shared_memory.h"
#include "base/string_util.h"
namespace {