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

Unified Diff: chrome/browser/download/save_package.h

Issue 3040: Move the Save Page code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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
« no previous file with comments | « chrome/browser/download/save_item.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_package.h
===================================================================
--- chrome/browser/download/save_package.h (revision 2173)
+++ chrome/browser/download/save_package.h (working copy)
@@ -15,8 +15,8 @@
// by the SavePackage. SaveItems are created when a user initiates a page
// saving job, and exist for the duration of one tab's life time.
-#ifndef CHROME_BROWSER_SAVE_PACKAGE_H__
-#define CHROME_BROWSER_SAVE_PACKAGE_H__
+#ifndef CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H__
+#define CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H__
#include <string>
#include <vector>
@@ -28,8 +28,8 @@
#include "base/ref_counted.h"
#include "base/time.h"
#include "chrome/common/pref_member.h"
-#include "chrome/browser/save_item.h"
-#include "chrome/browser/save_types.h"
+#include "chrome/browser/download/save_item.h"
+#include "chrome/browser/download/save_types.h"
class SaveFileManager;
class SavePackage;
@@ -306,4 +306,4 @@
DISALLOW_EVIL_CONSTRUCTORS(SavePackage);
};
-#endif // CHROME_BROWSER_SAVE_PACKAGE_H__
+#endif // CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H__
Property changes on: chrome\browser\download\save_package.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/browser/download/save_item.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698