Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2048)

Unified Diff: base/clipboard_util.h

Issue 42278: Fix incorrect guards in base/. (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base_switches.h ('k') | base/no_windows2000_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « base/base_switches.h ('k') | base/no_windows2000_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698