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

Unified Diff: app/clipboard/scoped_clipboard_writer.h

Issue 260003: Move the clipboard stuff out of base and into app/clipboard. I renamed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « app/clipboard/clipboard_win.cc ('k') | app/clipboard/scoped_clipboard_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/clipboard/scoped_clipboard_writer.h
===================================================================
--- app/clipboard/scoped_clipboard_writer.h (revision 0)
+++ app/clipboard/scoped_clipboard_writer.h (working copy)
@@ -7,13 +7,14 @@
// Upon deletion the class atomically writes all data to |clipboard_|,
// avoiding any potential race condition with other processes that are also
// writing to the system clipboard.
-#ifndef BASE_SCOPED_CLIPBOARD_WRITER_H_
-#define BASE_SCOPED_CLIPBOARD_WRITER_H_
+#ifndef APP_CLIPBOARD_SCOPED_CLIPBOARD_WRITER_H_
+#define APP_CLIPBOARD_SCOPED_CLIPBOARD_WRITER_H_
+
#include <string>
#include <vector>
-#include "base/clipboard.h"
+#include "app/clipboard/clipboard.h"
#include "base/file_path.h"
#include "base/string16.h"
@@ -81,4 +82,4 @@
DISALLOW_COPY_AND_ASSIGN(ScopedClipboardWriter);
};
-#endif // BASE_SCOPED_CLIPBOARD_WRITER_H_
+#endif // APP_CLIPBOARD_SCOPED_CLIPBOARD_WRITER_H_
« no previous file with comments | « app/clipboard/clipboard_win.cc ('k') | app/clipboard/scoped_clipboard_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698