Index: extensions/browser/api/web_request/upload_data_presenter.h |
diff --git a/chrome/browser/extensions/api/web_request/upload_data_presenter.h b/extensions/browser/api/web_request/upload_data_presenter.h |
similarity index 94% |
rename from chrome/browser/extensions/api/web_request/upload_data_presenter.h |
rename to extensions/browser/api/web_request/upload_data_presenter.h |
index fa0cc4a0dd74523e496f5856d25bab5d6f2014dd..44297d1efdafbb871063acd8fbbf15c63b954f70 100644 |
--- a/chrome/browser/extensions/api/web_request/upload_data_presenter.h |
+++ b/extensions/browser/api/web_request/upload_data_presenter.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_EXTENSIONS_API_WEB_REQUEST_UPLOAD_DATA_PRESENTER_H_ |
-#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_UPLOAD_DATA_PRESENTER_H_ |
+#ifndef EXTENSIONS_BROWSER_API_WEB_REQUEST_UPLOAD_DATA_PRESENTER_H_ |
+#define EXTENSIONS_BROWSER_API_WEB_REQUEST_UPLOAD_DATA_PRESENTER_H_ |
#include <string> |
#include <vector> |
@@ -126,4 +126,4 @@ class ParsedDataPresenter : public UploadDataPresenter { |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_UPLOAD_DATA_PRESENTER_H_ |
+#endif // EXTENSIONS_BROWSER_API_WEB_REQUEST_UPLOAD_DATA_PRESENTER_H_ |