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

Unified Diff: content/public/test/mock_download_manager.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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: content/public/test/mock_download_manager.h
diff --git a/content/public/test/mock_download_manager.h b/content/public/test/mock_download_manager.h
index 42275cb4876d5fba06188a7c656d02e9a56ca906..b2e3ef1d804955ab2003ebfceb65f2420e55e0ce 100644
--- a/content/public/test/mock_download_manager.h
+++ b/content/public/test/mock_download_manager.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 CONTENT_PUBLIC_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_MANAGER_H_
-#define CONTENT_PUBLIC_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_MANAGER_H_
+#ifndef CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_MANAGER_H_
+#define CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_MANAGER_H_
#include <string>
#include <vector>
@@ -131,4 +131,4 @@ class MockDownloadManager : public DownloadManager {
} // namespace content
-#endif // CONTENT_PUBLIC_BROWSER_DOWNLOAD_MOCK_DOWNLOAD_MANAGER_H_
+#endif // CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_MANAGER_H_
« no previous file with comments | « content/public/test/fake_speech_recognition_manager.h ('k') | content/public/test/mock_notification_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698