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

Unified Diff: chrome/browser/process_singleton.h

Issue 11359217: Move scoped_temp_dir from base to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: chrome/browser/process_singleton.h
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
index 76f5a49f6bf175baffaac4db5d3a01c100c17b03..c907debec402e9c685cc2561fa4cd59f349fe6d2 100644
--- a/chrome/browser/process_singleton.h
+++ b/chrome/browser/process_singleton.h
@@ -29,7 +29,7 @@
#endif // defined(OS_POSIX)
#if defined(OS_LINUX) || defined(OS_OPENBSD)
-#include "base/scoped_temp_dir.h"
+#include "base/files/scoped_temp_dir.h"
#endif // defined(OS_LINUX) || defined(OS_OPENBSD)
class CommandLine;
@@ -204,7 +204,7 @@ class ProcessSingleton : public base::NonThreadSafe {
FilePath cookie_path_;
// Temporary directory to hold the socket.
- ScopedTempDir socket_dir_;
+ base::ScopedTempDir socket_dir_;
// Helper class for linux specific messages. LinuxWatcher is ref counted
// because it posts messages between threads.

Powered by Google App Engine
This is Rietveld 408576698