commit | b1d7844badcdcca2d9c744a417785d5d0bace305 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Aug 22 22:37:47 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Aug 22 22:37:47 2012 |
tree | 751a35a69f360714b392d5ac1f987fe7b0b105f3 | |
parent | ebfc53ebc2ccfd07d2ef7c0792f70bf6e12e0d8a [diff] [blame] |
Fix the tree. Forgot windows include BUG=none TBR=scottmg Review URL: https://chromiumcodereview.appspot.com/10872021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152840 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc index 62a469f3..45cd8e5 100644 --- a/chrome/browser/process_singleton_win.cc +++ b/chrome/browser/process_singleton_win.cc
@@ -4,6 +4,8 @@ #include "chrome/browser/process_singleton.h" +#include <shellapi.h> + #include "base/base_paths.h" #include "base/command_line.h" #include "base/file_path.h"