| Index: base/clipboard_util.h
|
| diff --git a/base/clipboard_util.h b/base/clipboard_util.h
|
| index 9b558194dc803b24317b0b3d853b1b7af8232cff..bed0eefa8592d2d40217dc9eb3b6d29591af4007 100644
|
| --- a/base/clipboard_util.h
|
| +++ b/base/clipboard_util.h
|
| @@ -4,6 +4,9 @@
|
| //
|
| // Some helper functions for working with the clipboard and IDataObjects.
|
|
|
| +#ifndef BASE_CLIPBOARD_UTIL_H_
|
| +#define BASE_CLIPBOARD_UTIL_H_
|
| +
|
| #include <shlobj.h>
|
| #include <string>
|
| #include <vector>
|
| @@ -56,3 +59,5 @@ class ClipboardUtil {
|
| static void CFHtmlToHtml(const std::string& cf_html, std::string* html,
|
| std::string* base_url);
|
| };
|
| +
|
| +#endif // BASE_CLIPBOARD_UTIL_H_
|
|
|