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

Unified Diff: chrome/browser/file_path_watcher/file_path_watcher.h

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | « chrome/browser/file_path_watcher.cc ('k') | chrome/browser/file_path_watcher/file_path_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/file_path_watcher/file_path_watcher.h
===================================================================
--- chrome/browser/file_path_watcher/file_path_watcher.h (revision 0)
+++ chrome/browser/file_path_watcher/file_path_watcher.h (working copy)
@@ -4,8 +4,8 @@
// This module provides a way to monitor a file or directory for changes.
-#ifndef CHROME_BROWSER_FILE_PATH_WATCHER_H_
-#define CHROME_BROWSER_FILE_PATH_WATCHER_H_
+#ifndef CHROME_BROWSER_FILE_PATH_WATCHER_FILE_PATH_WATCHER_H_
+#define CHROME_BROWSER_FILE_PATH_WATCHER_FILE_PATH_WATCHER_H_
#pragma once
#include "base/basictypes.h"
@@ -61,4 +61,4 @@
DISALLOW_COPY_AND_ASSIGN(FilePathWatcher);
};
-#endif // CHROME_BROWSER_FILE_PATH_WATCHER_H_
+#endif // CHROME_BROWSER_FILE_PATH_WATCHER_FILE_PATH_WATCHER_H_
« no previous file with comments | « chrome/browser/file_path_watcher.cc ('k') | chrome/browser/file_path_watcher/file_path_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698