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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover.h

Issue 10805015: Move browsing_data_helper files into a separate directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame build Created 8 years, 5 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
Index: chrome/browser/browsing_data/browsing_data_remover.h
diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
similarity index 98%
rename from chrome/browser/browsing_data_remover.h
rename to chrome/browser/browsing_data/browsing_data_remover.h
index 439ca15c6d02e490a2f1e90ea377acd9f99e242e..330bafd6eb8f355c8364f0b387d45f793f22c616 100644
--- a/chrome/browser/browsing_data_remover.h
+++ b/chrome/browser/browsing_data/browsing_data_remover.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_BROWSING_DATA_REMOVER_H_
-#define CHROME_BROWSER_BROWSING_DATA_REMOVER_H_
+#ifndef CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_
+#define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_
#include <set>
@@ -364,4 +364,4 @@ class BrowsingDataRemover : public content::NotificationObserver,
DISALLOW_COPY_AND_ASSIGN(BrowsingDataRemover);
};
-#endif // CHROME_BROWSER_BROWSING_DATA_REMOVER_H_
+#endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_REMOVER_H_

Powered by Google App Engine
This is Rietveld 408576698