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

Unified Diff: chrome/browser/profiles/profile_impl.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/profiles/profile.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.h
===================================================================
--- chrome/browser/profiles/profile_impl.h (revision 0)
+++ chrome/browser/profiles/profile_impl.h (working copy)
@@ -4,15 +4,15 @@
// This class gathers state related to a single user profile.
-#ifndef CHROME_BROWSER_PROFILE_IMPL_H_
-#define CHROME_BROWSER_PROFILE_IMPL_H_
+#ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
+#define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
#pragma once
#include "base/file_path.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "base/timer.h"
-#include "chrome/browser/profile.h"
+#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/prefs/pref_change_registrar.h"
#include "chrome/browser/spellcheck_host_observer.h"
#include "chrome/common/notification_observer.h"
@@ -292,4 +292,4 @@
DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
};
-#endif // CHROME_BROWSER_PROFILE_IMPL_H_
+#endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
« no previous file with comments | « chrome/browser/profiles/profile.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698