Index: blimp/client/core/contents/blimp_contents_impl.h |
diff --git a/blimp/client/core/blimp_contents_impl.h b/blimp/client/core/contents/blimp_contents_impl.h |
similarity index 81% |
rename from blimp/client/core/blimp_contents_impl.h |
rename to blimp/client/core/contents/blimp_contents_impl.h |
index 9ca7126f7a9ae583c8db7dcd1853a175c9c80aa6..1d91ba0d1c61321bce2f56656579a88620b9375f 100644 |
--- a/blimp/client/core/blimp_contents_impl.h |
+++ b/blimp/client/core/contents/blimp_contents_impl.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef BLIMP_CLIENT_CORE_BLIMP_CONTENTS_IMPL_H_ |
-#define BLIMP_CLIENT_CORE_BLIMP_CONTENTS_IMPL_H_ |
+#ifndef BLIMP_CLIENT_CORE_CONTENTS_BLIMP_CONTENTS_IMPL_H_ |
+#define BLIMP_CLIENT_CORE_CONTENTS_BLIMP_CONTENTS_IMPL_H_ |
#include "base/macros.h" |
#include "base/observer_list.h" |
-#include "blimp/client/core/blimp_navigation_controller_delegate.h" |
-#include "blimp/client/core/blimp_navigation_controller_impl.h" |
-#include "blimp/client/public/blimp_contents.h" |
+#include "blimp/client/core/contents/blimp_navigation_controller_delegate.h" |
+#include "blimp/client/core/contents/blimp_navigation_controller_impl.h" |
+#include "blimp/client/public/contents/blimp_contents.h" |
#include "url/gurl.h" |
#if defined(OS_ANDROID) |
@@ -60,4 +60,4 @@ class BlimpContentsImpl : public BlimpContents, |
} // namespace client |
} // namespace blimp |
-#endif // BLIMP_CLIENT_CORE_BLIMP_CONTENTS_IMPL_H_ |
+#endif // BLIMP_CLIENT_CORE_CONTENTS_BLIMP_CONTENTS_IMPL_H_ |