Fix remaining processor/scoped_ptr.h references for reals.

Review URL: https://breakpad.appspot.com/516003

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1104 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
thestig@chromium.org 2013-01-22 18:49:58 +00:00
parent 1c4f4a776c
commit d2153d7589
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@
#include <string>
#include "client/windows/common/ipc_protocol.h"
#include "client/windows/crash_generation/minidump_generator.h"
#include "processor/scoped_ptr.h"
#include "common/scoped_ptr.h"
namespace google_breakpad {
class ClientInfo;