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

Unified Diff: base/scoped_clipboard_writer.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/perftimer.h ('k') | base/thread_collision_warner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_clipboard_writer.h
diff --git a/base/scoped_clipboard_writer.h b/base/scoped_clipboard_writer.h
index 16b0de859d319355bc46e6455b9cfa10cf1fa0d3..85eeacf27c118c6f597cec81f56cdd2cc8adc638 100644
--- a/base/scoped_clipboard_writer.h
+++ b/base/scoped_clipboard_writer.h
@@ -69,4 +69,4 @@ class ScopedClipboardWriter {
DISALLOW_COPY_AND_ASSIGN(ScopedClipboardWriter);
};
-#endif // SCOPED_CLIPBOARD_WRITER_H_
+#endif // BASE_SCOPED_CLIPBOARD_WRITER_H_
« no previous file with comments | « base/perftimer.h ('k') | base/thread_collision_warner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698